fixed missing new line in assert message

This commit is contained in:
Arvid Norberg 2009-01-15 04:45:28 +00:00
parent 630601aedf
commit 9edfd93603
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void assert_fail(char const* expr, int line, char const* file, char const* funct
"http://code.rasterbar.com/libtorrent/newticket\n"
"Please include the following information:\n\n"
"version: " LIBTORRENT_VERSION "\n"
"%s"
"%s\n"
"file: '%s'\n"
"line: %d\n"
"function: %s\n"