diff options
author | Christian Hesse <mail@eworm.de> | 2016-04-01 09:26:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-04-01 09:26:47 +0200 |
commit | cb6b3750228ae4041a254e344fb24dbd50f38434 (patch) | |
tree | d8a5ff41e8e1115d4ab06865f011e066e84be68e /mpd-notification.h | |
parent | 6457fb8d8248278bbb787cd0d044a566bb8c08b4 (diff) | |
download | mpd-notification-cb6b3750228ae4041a254e344fb24dbd50f38434.tar.gz mpd-notification-cb6b3750228ae4041a254e344fb24dbd50f38434.tar.zst |
Allow one line notifications
This is related to #9.
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); |