From: Max Kellermann Date: Wed, 30 Sep 2009 14:30:11 +0000 (+0200) Subject: screen_browser: repair the "mini" version X-Git-Tag: release-0.16~281 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0031f087b70f42af4e09bec75bd4d30a5aa71f66;p=ncmpc.git screen_browser: repair the "mini" version Added missing "}". --- diff --git a/src/screen_browser.c b/src/screen_browser.c index a2204f9..bce4083 100644 --- a/src/screen_browser.c +++ b/src/screen_browser.c @@ -211,9 +211,7 @@ enqueue_and_play(struct mpdclient *c, struct filelist_entry *entry) #endif strfsong(buf, BUFSIZE, options.list_format, song); screen_status_printf(_("Adding \'%s\' to playlist"), buf); -#ifndef NCMPC_MINI } -#endif if (!mpd_run_play_id(c->connection, id)) { mpdclient_handle_error(c);