diff options
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index adf9a0310..fbcbf2b82 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -207,7 +207,7 @@ help_title(mpd_unused char *str, mpd_unused size_t size) } static void -help_paint(mpd_unused mpdclient_t *c) +help_paint(void) { list_window_paint(lw, list_callback, NULL); } |