mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 08:09:19 +02:00
iodine: remove spurious newline
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
84ded018cf
commit
f8f87e3a54
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue