and I forgot the semi-colon...

This commit is contained in:
wowzaman12 2015-04-29 20:41:04 +00:00
parent d223decf2b
commit 14ceac973e
1 changed files with 1 additions and 1 deletions

View File

@ -1857,7 +1857,7 @@ void systemMessage(int num, const char *msg, ...)
va_start(valist, msg);
vfprintf(stderr, msg, valist);
fprintf(stderr, "\n")
fprintf(stderr, "\n");
va_end(valist);
}