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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openal-test.c b/src/openal-test.c
index 59f08cd..d8d0c47 100644
--- a/src/openal-test.c
+++ b/src/openal-test.c
@@ -1,4 +1,4 @@
-/* This file is part of mingw-cross-env. */
+/* This file is part of MXE. */
/* See doc/index.html for further information. */
#include <AL/alc.h>
@@ -18,4 +18,4 @@ int main(int argc, char **argv)
alcCloseDevice(dev);
return 0;
-} \ No newline at end of file
+}