diff options
Diffstat (limited to 'ax25ipd')
-rw-r--r-- | ax25ipd/ax25ipd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index 74ae39e..08bfa7c 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -66,7 +66,7 @@ static struct option options[] = { static void greet_world(void) { - printf("\nax25ipd %s / %s\n", VERSION); + printf("\nax25ipd %s\n", VERSION); printf ("Copyright 1991, Michael Westerhof, Sun Microsystems, Inc.\n"); printf |