commit b890908fd040c799794d49f5f0e6e3070cdbdf06 parent e244f83e4ccf00fc0be852ff6dc1ea14865dde2b Author: Kris Maglione <jg@suckless.org> Date: Mon, 26 Mar 2007 15:46:04 -0400 Add a default label to the argument handling in ixpc. Diffstat:
cmd/ixpc.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/cmd/ixpc.c b/cmd/ixpc.c @@ -303,6 +303,9 @@ main(int argc, char *argv[]) { exit(0); case 'a': address = EARGF(usage()); + break; + default: + usage(); }ARGEND; cmd = EARGF(usage());