command: fix return value of handle_currentsong()
Thanks to clang for complaining.
This commit is contained in:
parent
a8f891efcd
commit
87ad2f8542
@ -430,7 +430,7 @@ handle_currentsong(struct client *client,
|
|||||||
G_GNUC_UNUSED int argc, G_GNUC_UNUSED char *argv[])
|
G_GNUC_UNUSED int argc, G_GNUC_UNUSED char *argv[])
|
||||||
{
|
{
|
||||||
playlist_print_current(client, &g_playlist);
|
playlist_print_current(client, &g_playlist);
|
||||||
return PLAYLIST_RESULT_SUCCESS;
|
return COMMAND_RETURN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static enum command_return
|
static enum command_return
|
||||||
|
Loading…
Reference in New Issue
Block a user