diff options
author | glx <glx@openttd.org> | 2008-05-06 15:36:55 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-05-06 15:36:55 +0000 |
commit | 4e29eedb8596b0e22f4c03475042172ca8b63759 (patch) | |
tree | 283ed63a03a38d489e92147b5535e0ce74c868a7 /src | |
parent | 1ce0b03bf09b03fc219078a98b3c635672f3a8e4 (diff) | |
download | openttd-4e29eedb8596b0e22f4c03475042172ca8b63759.tar.xz |
(svn r12972) -Fix (r12971): forgot to close a comment
Diffstat (limited to 'src')
-rw-r--r-- | src/music/dmusic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/dmusic.h b/src/music/dmusic.h index ea16ecb38..ad6fd2274 100644 --- a/src/music/dmusic.h +++ b/src/music/dmusic.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file dmusic.h Base of playing music via DirectMusic. +/** @file dmusic.h Base of playing music via DirectMusic. */ #ifndef MUSIC_DMUSIC_H #define MUSIC_DMUSIC_H |