aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 67ecc18bf..30bf9f344 100644
--- a/screen.c
+++ b/screen.c
@@ -192,7 +192,7 @@ paint_status_window(mpd_client_t *c)
mvwaddstr(w, 0, x, screen->buf);
}
-#if 1
+#if 0
else if( c->status->state == MPD_STATUS_STATE_STOP )
{
time_t timep;