summaryrefslogtreecommitdiffstats
path: root/src/sdl_sound-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_sound-test.c')
-rw-r--r--src/sdl_sound-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdl_sound-test.c b/src/sdl_sound-test.c
index 46794fc..437e1e1 100644
--- a/src/sdl_sound-test.c
+++ b/src/sdl_sound-test.c
@@ -44,4 +44,6 @@ int main( int argc, char** argv )
printf("Format: %s\n", sample->decoder->description);
printf("Decoded %d bytes of data.\n", sample->buffer_size);
Sound_FreeSample(sample);
+
+ return 0;
}