summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axspawn.c')
-rw-r--r--ax25/axspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axspawn.c b/ax25/axspawn.c
index e3d6bd8..643ef74 100644
--- a/ax25/axspawn.c
+++ b/ax25/axspawn.c
@@ -1367,7 +1367,7 @@ int main(int argc, char **argv)
digits = letters = invalid = ssid = ssidcnt = 0;
- for (k = 1; k < argc; k++){
+ for (k = 1; k < argc; k++) {
if (!strcmp(argv[k], "-w") || !strcmp(argv[k], "--wait"))
wait_for_tcp = 1;
if (!strcmp(argv[k], "-c") || !strcmp(argv[k], "--changeuser"))