command: fix return value of handle_currentsong()

Thanks to clang for complaining.
This commit is contained in:
Max Kellermann 2011-03-23 22:16:46 +01:00
parent a8f891efcd
commit 87ad2f8542

View File

@ -430,7 +430,7 @@ handle_currentsong(struct client *client,
G_GNUC_UNUSED int argc, G_GNUC_UNUSED char *argv[])
{
playlist_print_current(client, &g_playlist);
return PLAYLIST_RESULT_SUCCESS;
return COMMAND_RETURN_OK;
}
static enum command_return