From: Mark Wooding Date: Fri, 28 Jun 2013 19:40:04 +0000 (+0100) Subject: udpkey.c: Missing newline in version string. X-Git-Tag: 1.0.1~5 X-Git-Url: https://git.distorted.org.uk/~mdw/udpkey/commitdiff_plain/a2fd0b74b87c7d838333e331f4c76c5de8f958dc udpkey.c: Missing newline in version string. --- diff --git a/udpkey.c b/udpkey.c index 452a857..17c6ed3 100644 --- a/udpkey.c +++ b/udpkey.c @@ -1111,7 +1111,7 @@ static void usage(FILE *fp) } static void version(FILE *fp) - { pquis(fp, "$, version " VERSION); } + { pquis(fp, "$, version " VERSION "\n"); } static void help(FILE *fp) {