summaryrefslogtreecommitdiffstats
path: root/src/sdl_sound-test.c
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-29 10:01:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-29 10:01:39 (GMT)
commita04d4ca72829098ce0b46176b0578543d85a8f9a (patch)
tree8c5a2efb60759a576a3fa53913a32dab7c0ed8f3 /src/sdl_sound-test.c
parent8a254e5b71d1fec8c35613f2c5c29b4838280a5d (diff)
downloadmxe-a04d4ca72829098ce0b46176b0578543d85a8f9a.zip
mxe-a04d4ca72829098ce0b46176b0578543d85a8f9a.tar.gz
mxe-a04d4ca72829098ce0b46176b0578543d85a8f9a.tar.bz2
Improve comment style of all test programs
Diffstat (limited to 'src/sdl_sound-test.c')
-rw-r--r--src/sdl_sound-test.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/sdl_sound-test.c b/src/sdl_sound-test.c
index 852b6c8..00d0418 100644
--- a/src/sdl_sound-test.c
+++ b/src/sdl_sound-test.c
@@ -1,8 +1,13 @@
-/* Simple test program for SDL_sound that tries to decode the file specified
- * as the only command-line argument.
+/*
+ * This file is part of MXE.
+ * See doc/index.html for further information.
+ *
+ * This is a simple test program for SDL_sound that tries to
+ * decode the file specified as the only command-line argument.
*
* This file is in the Public Domain.
*/
+
#include <stdio.h>
#include <SDL_sound.h>