and I forgot the semi-colon...
This commit is contained in:
parent
d223decf2b
commit
14ceac973e
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue