remove warnings clang generates

This commit is contained in:
Andrzej Rybczak
2012-09-02 23:24:46 +02:00
parent c873a4eca3
commit 6f918091d9
4 changed files with 6 additions and 4 deletions

View File

@@ -339,7 +339,7 @@ void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges changed, void *)
}
case MPD::psStop:
{
WindowTitle("ncmpcpp ver. "VERSION);
WindowTitle("ncmpcpp ver. " VERSION);
if (!block_progressbar_update)
DrawProgressbar(0, 0);
Playlist::ReloadRemaining = true;