From 771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Oct 2014 18:41:53 +0000 Subject: (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments --- src/music_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/music_gui.cpp') 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++; -- cgit v1.2.3-54-g00ecf