Code

mpdclient: move volume reset to _status_free()
[ncmpc.git] / src / screen_help.c
index da2d3e9773465ecc820429a5056cac5fc73b9951..7497c11ad0ff0d73eba5419243037c2cffbf9155 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -245,7 +245,7 @@ static void
 screen_help_paint_callback(WINDOW *w, unsigned i,
                           unsigned y, unsigned width,
                           gcc_unused bool selected,
-                          gcc_unused void *data)
+                          gcc_unused const void *data)
 {
        const struct help_text_row *row = &help_text[i];