and I forgot the semi-colon...

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1375 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
wowzaman12 2015-04-29 20:41:04 +00:00
parent eea9ba0804
commit daaae2563a
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);
}