iodine: remove spurious newline

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
Ralf Ramsauer 2017-03-11 02:26:13 -08:00
parent 84ded018cf
commit f8f87e3a54

View File

@ -112,8 +112,8 @@ static inline void usage(void)
}
static void
version() {
version()
{
fprintf(stderr, "iodine IP over DNS tunneling client\n"
"Git version: %s\n", GITREVISION);