aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLion Kortlepel <[email protected]>2026-01-25 16:19:45 +0000
committerLion Kortlepel <[email protected]>2026-01-25 16:20:12 +0000
commitc5f93b65f7ed70fe361e8a6654bbd3ee299005de (patch)
tree5fa25cddd2e84d835f8e429c6002c9909b69bacc
parent5598bc48f95190cd428a3ca07e573a112030b349 (diff)
downloadargs-c5f93b65f7ed70fe361e8a6654bbd3ee299005de.tar.zst
args-c5f93b65f7ed70fe361e8a6654bbd3ee299005de.zip
fix!: breaking: LS_ARG_ enum -> LS_ARGS_ enum
this is only technically breaking as no API is using this type properly yet
-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 {