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

main
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

@ -160,7 +160,7 @@ main(int argc, char *argv[])
int j;
SDL_AudioSpec spec;
SDL_AudioDeviceID dev;
if (SDL_GetAudioDeviceSpec(i, 0, &spec) != 0) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL_GetAudioSpec() failed: %s\n", SDL_GetError());
continue;
@ -199,4 +199,5 @@ main(int argc, char *argv[])
SDL_Quit();
return 0;
}
}