summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.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
commit4d4c1e05053b18a4fe3f1645567abf947b5fee0d (patch)
tree0f33d24a48c6bc70726b21200657287d3e9ba408 /src/video/dedicated_v.h
parent2817acb4566ff30805990c4508c2e382b4745f35 (diff)
downloadopenttd-4d4c1e05053b18a4fe3f1645567abf947b5fee0d.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/video/dedicated_v.h')
-rw-r--r--src/video/dedicated_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.h b/src/video/dedicated_v.h
index 9ba1223d3..5b752643e 100644
--- a/src/video/dedicated_v.h
+++ b/src/video/dedicated_v.h
@@ -7,4 +7,4 @@
extern const HalVideoDriver _dedicated_video_driver;
-#endif
+#endif /* VIDEO_DEDICATED_H */