Skip to content

Commit

Permalink
headers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Dec 3, 2024
1 parent c77f3d7 commit e181f0c
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 543 deletions.
2 changes: 1 addition & 1 deletion examples/parse_args.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ z_priority_t parse_priority(const char* arg) {
#define _Z_CHECK_FLAG(VALUE, ID) \
do { \
VALUE = (parse_opt(argc, argv, ID, false) != NULL); \
} while (0)
} while (0)
Loading

0 comments on commit e181f0c

Please sign in to comment.