summaryrefslogtreecommitdiffstats
path: root/ax25/axparms.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axparms.c')
-rw-r--r--ax25/axparms.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/ax25/axparms.c b/ax25/axparms.c
index 1f1f6ca..71724f7 100644
--- a/ax25/axparms.c
+++ b/ax25/axparms.c
@@ -79,17 +79,17 @@ int routes(int s, int argc, char *argv[], ax25_address *callsign)
return 1;
}
switch (*argv[i]) {
- case 'd':
- case 'D':
- ip_mode = 'D';
- break;
- case 'v':
- case 'V':
- ip_mode = 'V';
- break;
- default:
- ip_mode = ' ';
- break;
+ case 'd':
+ case 'D':
+ ip_mode = 'D';
+ break;
+ case 'v':
+ case 'V':
+ ip_mode = 'V';
+ break;
+ default:
+ ip_mode = ' ';
+ break;
}
} else {
if (ax25_aton_entry(argv[i], (char *)&ax25_route.digi_addr[j]) == -1)