i3-nagbar: add missing newline when printing version information
This commit is contained in:
parent
ae84637888
commit
910875aea6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue