aboutsummaryrefslogtreecommitdiff
path: root/muswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'muswd.c')
-rw-r--r--muswd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/muswd.c b/muswd.c
index cc5c73a..27a9e00 100644
--- a/muswd.c
+++ b/muswd.c
@@ -473,12 +473,12 @@ threadmain(int argc, char *argv[])
fmtinstall(L'Φ', Φfmt);
addr = "udp!*!112";
ARGBEGIN{
- case 'a':
- addr = EARGF(usage());
- break;
case 'd':
debug++;
break;
+ case 'a':
+ addr = EARGF(usage());
+ break;
default:
usage();
}ARGEND;