make use of gcc's __attribute__ extension

This commit is contained in:
Andrzej Rybczak
2009-05-03 15:14:31 +02:00
parent 72acc09b26
commit 84a9af2ee9
4 changed files with 11 additions and 4 deletions

View File

@@ -1344,7 +1344,7 @@ int main(int argc, char *argv[])
if (newpos > 0 && newpos < 100)
Mpd->Seek(s->GetTotalLength()*newpos/100.0);
else
ShowMessage("Out of bounds, 1-99 possible for %, %d given.", newpos);
ShowMessage("Out of bounds, 1-99 possible for %%, %d given.", newpos);
}
UpdateStatusImmediately = 1;
}