summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c4b2c4)
raw | patch | inline | side by side (parent: 2c4b2c4)
author | Max Kellermann <max@duempel.org> | |
Wed, 30 Sep 2009 14:30:11 +0000 (16:30 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Wed, 30 Sep 2009 14:30:11 +0000 (16:30 +0200) |
Added missing "}".
src/screen_browser.c | patch | blob | history |
diff --git a/src/screen_browser.c b/src/screen_browser.c
index a2204f9e92aa5da4afbe73eecd652614c68370c0..bce4083af5aab1bde60396e9ca920db953737146 100644 (file)
--- a/src/screen_browser.c
+++ b/src/screen_browser.c
#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);