fix typo in --version output
add a space between description and version
This commit is contained in:
parent
4bee26c004
commit
2c84ecabdd
2
dunst.c
2
dunst.c
@ -1906,7 +1906,7 @@ void usage(int exit_status)
|
|||||||
|
|
||||||
void print_version(void)
|
void print_version(void)
|
||||||
{
|
{
|
||||||
printf("Dunst - A customizable and lightweight notification-daemon%s\n",
|
printf("Dunst - A customizable and lightweight notification-daemon %s\n",
|
||||||
VERSION);
|
VERSION);
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user