fix windows build issue (one more try)

This commit is contained in:
Arvid Norberg 2011-04-25 02:01:36 +00:00
parent 1deeb98898
commit 990de1c243
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ void print_backtrace(char* out, int len)
}
#else
void print_backtrace(FILE* out, char const* label) {}
void print_backtrace(char* out, int len) {}
#endif