From e28e399338b91c4a4f0743d2fd5530d73b8841ff Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 31 Oct 2021 08:00:20 +0300 Subject: [PATCH] testsurround.c: add missing newline at end of file. --- test/testsurround.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/testsurround.c b/test/testsurround.c index b1364e155..9cc44755e 100644 --- a/test/testsurround.c +++ b/test/testsurround.c @@ -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; -} \ No newline at end of file +} +