Skip to content

Commit

Permalink
Fix typo in include guard comment
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni <[email protected]>
  • Loading branch information
Rot127 and wargio authored Feb 3, 2024
1 parent 8499ae8 commit 892348b
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(const char *pattern, const char
RzRegexSize text_size,
RzRegexFlags cflags, RzRegexFlags mflags, RZ_NONNULL const char *separator);

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

0 comments on commit 892348b

Please sign in to comment.