diff options
Diffstat (limited to 'src/player.c')
-rw-r--r-- | src/player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c index 5ebf22f79..2ffe66e76 100644 --- a/src/player.c +++ b/src/player.c @@ -396,7 +396,7 @@ int playerSeek(int fd, Song * song, float time) if (pc->state == PLAYER_STATE_STOP) { commandError(fd, ACK_ERROR_PLAYER_SYNC, - "player not currently playing", NULL); + "player not currently playing"); return -1; } |