i3-nagbar: add missing newline when printing version information

next
Arun Persaud 2014-03-23 10:49:20 -07:00 committed by Michael Stapelberg
parent ae84637888
commit 910875aea6
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ int main(int argc, char *argv[]) {
while ((o = getopt_long(argc, argv, options_string, long_options, &option_index)) != -1) {
switch (o) {
case 'v':
printf("i3-nagbar " I3_VERSION);
printf("i3-nagbar " I3_VERSION "\n");
return 0;
case 'f':
FREE(pattern);