summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-01-31 21:41:04 +0000
committerThomas Osterried <thomas@osterried.de>2009-01-31 21:41:04 +0000
commit0b2426c42fb045b55ae8c35b88c081fa99c1977b (patch)
tree0b674edacab0aa7d76e839f5c996d171bd1d733a
parent22a123ac402e7786ab4472c561a9e9a21cd21567 (diff)
small fix.
-rw-r--r--ax25ipd/ax25ipd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c
index 585b775..f817af4 100644
--- a/ax25ipd/ax25ipd.c
+++ b/ax25ipd/ax25ipd.c
@@ -87,6 +87,9 @@ int main(int argc, char **argv)
case 'l':
opt_loglevel = atoi(optarg);
break;
+ default:
+ opt_help = 1;
+ break;
}
}