Code

fix miscellaneous sparse warnings
[ncmpc.git] / src / screen.c
index 9c7ca50a58187c99a98d1e7b3062b0ac79694d69..526f091dd09df03aa0fa7bb42af3c35256b218da 100644 (file)
@@ -558,7 +558,7 @@ screen_update(mpdclient_t *c)
        static int dbupdate = -1;
 
        if( !screen.painted )
-               return screen_paint(c);
+               screen_paint(c);
 
        /* print a message if mpd status has changed */
        if (c->status != NULL) {