changeset 1753:5b3bb08e7dd8

SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:41:17 +0000
parents 97f20f2a1d85
children c67921b517c3
files src/main/dummy/SDL_dummy_main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/dummy/SDL_dummy_main.c	Mon May 01 06:40:00 2006 +0000
+++ b/src/main/dummy/SDL_dummy_main.c	Mon May 01 06:41:17 2006 +0000
@@ -9,5 +9,5 @@
 	return(SDL_main(argc, argv));
 }
 #else
-/* Nothing to do on this platform */;
+/* Nothing to do on this platform */
 #endif