diff --git a/cli.c b/cli.c index 033de09..31db4b0 100644 --- a/cli.c +++ b/cli.c @@ -57,7 +57,7 @@ static void show_help() static void show_version(void) { printf("ESpeakup %s\n", PACKAGE_VERSION); - printf("Copyright (C) 2008 William Hubbs\n"); + printf("Copyright (C) 2008 William Hubbs \n"); printf("License GPLv3+: GNU GPL version 3 or later\n"); printf("You are free to change and redistribute this software.\n"); printf("Please report bugs to %s\n", PACKAGE_BUGREPORT);