From daaae2563a038c8fd507944b605ab1e1c0613e95 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Wed, 29 Apr 2015 20:41:04 +0000 Subject: [PATCH] and I forgot the semi-colon... git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1375 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/sdl/SDL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/SDL.cpp b/src/sdl/SDL.cpp index f6170c86..703f8ca8 100644 --- a/src/sdl/SDL.cpp +++ b/src/sdl/SDL.cpp @@ -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); }