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 | 780db88e99847d935d91593f8a44016a9269a697 (patch) | |
tree | 283ed63a03a38d489e92147b5535e0ce74c868a7 /src/music | |
parent | d03994098be29bd48f3b715c533ffac3b1315eb0 (diff) | |
download | openttd-780db88e99847d935d91593f8a44016a9269a697.tar.xz |
(svn r12972) -Fix (r12971): forgot to close a comment
Diffstat (limited to 'src/music')
-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 |