summaryrefslogtreecommitdiff
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index 5a5fd294..3c64efbe 100644
--- a/cmd.h
+++ b/cmd.h
@@ -109,7 +109,8 @@ enum argtype {
/* non-number arguments to commands */
enum nametypeval {
- A_ARGS = 1,
+ A_NONE = 0,
+ A_ARGS,
A_BREAK,
A_DEL,
A_DISPLAY,