summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h
index 14808330..6fd42fa1 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -122,7 +122,7 @@ struct cmd_node
enum
{
- CMD_ATTR_DEPRECATED,
+ CMD_ATTR_DEPRECATED = 1,
CMD_ATTR_HIDDEN,
};