From 0031f087b70f42af4e09bec75bd4d30a5aa71f66 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Sep 2009 16:30:11 +0200 Subject: [PATCH] screen_browser: repair the "mini" version Added missing "}". --- src/screen_browser.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.30.2