diff options
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpd-notification.h b/mpd-notification.h index 541b63d..429f3ed 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -43,7 +43,7 @@ GdkPixbuf * retrieve_album_art(const char * music_dir, const char * uri); char * get_icon(const char * music_dir, const char * uri); /*** append_string ***/ -char * append_string(char * string, const char * format, const char * s); +char * append_string(char * string, const char * format, const char delim, const char * s); /*** main ***/ int main(int argc, char ** argv); |