aboutsummaryrefslogtreecommitdiffstats
path: root/src/arg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arg.h b/src/arg.h
index 1d04f24..5285d92 100644
--- a/src/arg.h
+++ b/src/arg.h
@@ -77,7 +77,7 @@ extern char *argv0;
#define LNGARG() &argv[0][0]
-#define ENOFLAGS(...) ARGBEGIN {\
+#define UNOFLAGS(...) ARGBEGIN {\
default:\
usage();\
} ARGEND;\