diff options
Diffstat (limited to 'ax25ipd/ax25ipd.c')
-rw-r--r-- | ax25ipd/ax25ipd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index e81d877..d906724 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -83,6 +83,7 @@ int main(int argc, char **argv) break; case 'f': opt_nofork = 1; + break; case 'v': opt_version = 1; break; |