From f8f87e3a54674ac712df76c7eee350268d787b6a Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sat, 11 Mar 2017 02:26:13 -0800 Subject: [PATCH] iodine: remove spurious newline Signed-off-by: Ralf Ramsauer --- src/iodine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iodine.c b/src/iodine.c index 1ed0db6..766a168 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -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);