fix typo in --version output

add a space between description and version
This commit is contained in:
Sascha Kruse 2013-01-26 00:01:19 +01:00
parent 4bee26c004
commit 2c84ecabdd

View File

@ -1906,7 +1906,7 @@ void usage(int exit_status)
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);
exit(EXIT_SUCCESS);
}