summaryrefslogtreecommitdiff
path: root/src/sound/win32_s.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-02-23 12:56:10 +0000
committerDarkvater <Darkvater@openttd.org>2007-02-23 12:56:10 +0000
commit9fa035f4676a0f2d185f235164af6dfbe0dd038e (patch)
tree8281000501fad69bd62fdfaf32ebf1cf2d050a9a /src/sound/win32_s.h
parent4160d85cd2571604c615500124ba8077fc26bfd2 (diff)
downloadopenttd-9fa035f4676a0f2d185f235164af6dfbe0dd038e.tar.xz
(svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
Diffstat (limited to 'src/sound/win32_s.h')
-rw-r--r--src/sound/win32_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/win32_s.h b/src/sound/win32_s.h
index 65c6a957d..b91495edd 100644
--- a/src/sound/win32_s.h
+++ b/src/sound/win32_s.h
@@ -7,4 +7,4 @@
extern const HalSoundDriver _win32_sound_driver;
-#endif
+#endif /* SOUND_WIN32_H */