summaryrefslogtreecommitdiff
path: root/src/music_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-12 18:41:53 +0000
committerrubidium <rubidium@openttd.org>2014-10-12 18:41:53 +0000
commit771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809 (patch)
treee7c1e9afe60baf165648954cde2110ad598aefbd /src/music_gui.cpp
parentfddeeb5e49f5daee49d79210dcfa1c845ff4a0d5 (diff)
downloadopenttd-771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809.tar.xz
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments
Diffstat (limited to 'src/music_gui.cpp')
-rw-r--r--src/music_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music_gui.cpp b/src/music_gui.cpp
index e9ca7acf6..279f37652 100644
--- a/src/music_gui.cpp
+++ b/src/music_gui.cpp
@@ -208,7 +208,7 @@ static void SelectSongToPlay()
if (file >= 0) {
const char *filename = BaseMusic::GetUsedSet()->files[file].filename;
/* We are now checking for the existence of that file prior
- * to add it to the list of available songs */
+ * to add it to the list of available songs */
if (!StrEmpty(filename) && FioCheckFileExists(filename, BASESET_DIR)) {
_cur_playlist[j] = _playlists[_settings_client.music.playlist][i];
j++;