SDLTest.c: close comment with */, not with /*

git-svn-id: svn://kolibrios.org@7117 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2017-11-21 20:08:34 +00:00
parent 7a159553ef
commit 3f5969cc70

View File

@ -8,7 +8,7 @@ objcopy -O binary sdltest
Now sdltest is your binary to run on Kolibri for SDL Demo.
/*
*/
#include <stdio.h>
#include <SDL.h>