Skip to content

Commit

Permalink
Fix include guard comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Feb 3, 2024
1 parent 941a03e commit 1ef41f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/include/rz_util/rz_regex.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ RZ_API RZ_OWN RzStrBuf *rz_regex_full_match_str(RZ_NONNULL const char *pattern,
RzRegexSize text_size,
RzRegexFlags cflags, RzRegexFlags mflags, RZ_NONNULL const char *separator);

#endif /* !_REGEX_H_ */
#endif /* RZ_REGEX_H */

0 comments on commit 1ef41f3

Please sign in to comment.