diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c index 90788b086..5345f49ef 100644 --- a/src/screen.c +++ b/src/screen.c @@ -546,7 +546,7 @@ screen_paint(mpdclient_t *c) /* paint the main window */ wclear(screen.main_window.w); if (mode_fn->paint != NULL) - mode_fn->paint(c); + mode_fn->paint(); paint_progress_window(c); paint_status_window(c); |