aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_song.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-27 17:56:32 +0100
committerMax Kellermann <max@duempel.org>2008-11-27 17:56:32 +0100
commit45352152fbdcac20b39161069406ad6d5288bd98 (patch)
tree0fd7d529b7680de22ce33b8cc670c8994ef455ee /src/screen_song.c
parentf7d53b74a7743e120f9f1019c594cbd2de708caf (diff)
downloadmpd-45352152fbdcac20b39161069406ad6d5288bd98.tar.gz
mpd-45352152fbdcac20b39161069406ad6d5288bd98.tar.xz
mpd-45352152fbdcac20b39161069406ad6d5288bd98.zip
list_window: use "bool" instead of "int"
For flags and return values, use the "bool" data type instead of "int".
Diffstat (limited to '')
-rw-r--r--src/screen_song.c2
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];