diff options
| author | Lion Kortlepel <[email protected]> | 2026-01-25 16:19:45 +0000 |
|---|---|---|
| committer | Lion Kortlepel <[email protected]> | 2026-01-25 16:20:12 +0000 |
| commit | c5f93b65f7ed70fe361e8a6654bbd3ee299005de (patch) | |
| tree | 5fa25cddd2e84d835f8e429c6002c9909b69bacc /ls_args.h | |
| parent | 5598bc48f95190cd428a3ca07e573a112030b349 (diff) | |
| download | args-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
Diffstat (limited to 'ls_args.h')
| -rw-r--r-- | ls_args.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
