summaryrefslogtreecommitdiffstats
path: root/src/sdl_sound-test.c
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-10-02 20:18:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-10-02 20:18:58 (GMT)
commit1890e67af42c1a1ce3ef14b8c46041c380bc8870 (patch)
treeed93f0acd0c397f26321b08e2b1ab368120fa25b /src/sdl_sound-test.c
parentd904f8e1c63faa75b7f5d576a385fc4c7134b5cc (diff)
downloadmxe-1890e67af42c1a1ce3ef14b8c46041c380bc8870.zip
mxe-1890e67af42c1a1ce3ef14b8c46041c380bc8870.tar.gz
mxe-1890e67af42c1a1ce3ef14b8c46041c380bc8870.tar.bz2
bugfixes for sdl_sound build and test program
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;
}