aboutsummaryrefslogtreecommitdiff
path: root/ls_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'ls_args.h')
-rw-r--r--ls_args.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ls_args.h b/ls_args.h
index 21ea63a..dcf0743 100644
--- a/ls_args.h
+++ b/ls_args.h
@@ -87,8 +87,8 @@
#endif
typedef enum ls_args_mode {
- LS_ARG_OPTIONAL = 0,
- LS_ARG_REQUIRED = 1
+ LS_ARGS_OPTIONAL = 0,
+ LS_ARGS_REQUIRED = 1
} ls_args_mode;
typedef enum ls_args_type {