testsurround.c: add missing newline at end of file.

This commit is contained in:
Ozkan Sezer 2021-10-31 08:00:20 +03:00
parent a01aaf053c
commit e28e399338
1 changed files with 3 additions and 2 deletions

View File

@ -200,3 +200,4 @@ main(int argc, char *argv[])
SDL_Quit();
return 0;
}