diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_song.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_song.c b/src/screen_song.c index bda200ad7..2c73ea6f5 100644 --- a/src/screen_song.c +++ b/src/screen_song.c @@ -56,7 +56,7 @@ screen_song_repaint(void) } static const char * -screen_song_list_callback(unsigned idx, G_GNUC_UNUSED int *highlight, +screen_song_list_callback(unsigned idx, G_GNUC_UNUSED bool *highlight, G_GNUC_UNUSED void *data) { static char buffer[256]; |