testsurround.c: add missing newline at end of file.
parent
a01aaf053c
commit
e28e399338
|
@ -160,7 +160,7 @@ main(int argc, char *argv[])
|
||||||
int j;
|
int j;
|
||||||
SDL_AudioSpec spec;
|
SDL_AudioSpec spec;
|
||||||
SDL_AudioDeviceID dev;
|
SDL_AudioDeviceID dev;
|
||||||
|
|
||||||
if (SDL_GetAudioDeviceSpec(i, 0, &spec) != 0) {
|
if (SDL_GetAudioDeviceSpec(i, 0, &spec) != 0) {
|
||||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL_GetAudioSpec() failed: %s\n", SDL_GetError());
|
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL_GetAudioSpec() failed: %s\n", SDL_GetError());
|
||||||
continue;
|
continue;
|
||||||
|
@ -199,4 +199,5 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
SDL_Quit();
|
SDL_Quit();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue