summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpd-notification.c2
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);