Code

screen_browser: repair the "mini" version
authorMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 14:30:11 +0000 (16:30 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 14:30:11 +0000 (16:30 +0200)
Added missing "}".

src/screen_browser.c

index a2204f9e92aa5da4afbe73eecd652614c68370c0..bce4083af5aab1bde60396e9ca920db953737146 100644 (file)
@@ -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);