From cb6b3750228ae4041a254e344fb24dbd50f38434 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 1 Apr 2016 09:26:47 +0200 Subject: Allow one line notifications This is related to #9. --- mpd-notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpd-notification.h') 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); -- cgit v1.2.3-54-g00ecf