More non C89 compliant comments

This commit is contained in:
Gabriel Jacobo
2013-08-20 20:34:40 -03:00
parent 63fe3a7753
commit 552b04c58a
28 changed files with 252 additions and 248 deletions

View File

@@ -132,7 +132,7 @@ main(int argc, char *argv[])
SDL_FreeCursor(cursor);
quit(0);
// keep the compiler happy ...
/* keep the compiler happy ... */
return(0);
}