summaryrefslogtreecommitdiff
path: root/src/sound/null_s.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-02-12 21:55:10 +0000
committerDarkvater <Darkvater@openttd.org>2007-02-12 21:55:10 +0000
commit5574d045473965a31a86a962e749c20dcc497aa9 (patch)
tree0f33d24a48c6bc70726b21200657287d3e9ba408 /src/sound/null_s.h
parent8f96cadeb2da3d7613166af7f95817647e24adee (diff)
downloadopenttd-5574d045473965a31a86a962e749c20dcc497aa9.tar.xz
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
Diffstat (limited to 'src/sound/null_s.h')
-rw-r--r--src/sound/null_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/null_s.h b/src/sound/null_s.h
index 6ccd19aed..204c58376 100644
--- a/src/sound/null_s.h
+++ b/src/sound/null_s.h
@@ -7,4 +7,4 @@
extern const HalSoundDriver _null_sound_driver;
-#endif
+#endif /* SOUND_NULL_H */