summaryrefslogtreecommitdiff
path: root/src/music/extmidi.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/music/extmidi.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/music/extmidi.h')
-rw-r--r--src/music/extmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/extmidi.h b/src/music/extmidi.h
index 681c34bd6..f118f933a 100644
--- a/src/music/extmidi.h
+++ b/src/music/extmidi.h
@@ -7,4 +7,4 @@
extern const HalMusicDriver _extmidi_music_driver;
-#endif
+#endif /* MUSIC_EXTERNAL_H */