Commit c3d59105 authored by Sam Lantinga's avatar Sam Lantinga

SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401711
parent 27fdaa88
......@@ -9,5 +9,5 @@ int main(int argc, char *argv[])
return(SDL_main(argc, argv));
}
#else
/* Nothing to do on this platform */;
/* Nothing to do on this platform */
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment