summaryrefslogtreecommitdiffstats
path: root/src/openal-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openal-test.c')
-rw-r--r--src/openal-test.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/openal-test.c b/src/openal-test.c
index 59f08cd..516545d 100644
--- a/src/openal-test.c
+++ b/src/openal-test.c
@@ -1,5 +1,7 @@
-/* This file is part of mingw-cross-env. */
-/* See doc/index.html for further information. */
+/*
+ * This file is part of MXE.
+ * See index.html for further information.
+ */
#include <AL/alc.h>
@@ -18,4 +20,4 @@ int main(int argc, char **argv)
alcCloseDevice(dev);
return 0;
-} \ No newline at end of file
+}