diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-04 17:59:04 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-04 17:59:04 +0200 |
commit | 2423c58ba32ade5a2a1c6a05937ae1921e37e232 (patch) | |
tree | 683fc0d92b745ccc7f782d364af993c23db2dea9 | |
parent | 575f880ceb77ad9fd8c82a22805dacee14acda82 (diff) | |
download | mpd-notification-2423c58ba32ade5a2a1c6a05937ae1921e37e232.tar.gz mpd-notification-2423c58ba32ade5a2a1c6a05937ae1921e37e232.tar.zst |
remove trailing whitespaces0.4.1
-rw-r--r-- | mpd-notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpd-notification.c b/mpd-notification.c index c9d1bff..60b62d6 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -40,7 +40,7 @@ int main(int argc, char ** argv) { printf("%s: %s v%s (compiled: " __DATE__ ", " __TIME__ #if DEBUG ", with debug output" -#endif +#endif ")\n", argv[0], PROGNAME, VERSION); conn = mpd_connection_new(NULL, 0, 30000); |