From 892348b43fc9b104ea9c02f14655748279bfd485 Mon Sep 17 00:00:00 2001 From: Rot127 <45763064+Rot127@users.noreply.github.com> Date: Sat, 3 Feb 2024 01:48:06 +0000 Subject: [PATCH] Fix typo in include guard comment Co-authored-by: Giovanni <561184+wargio@users.noreply.github.com> --- librz/include/rz_util/rz_regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librz/include/rz_util/rz_regex.h b/librz/include/rz_util/rz_regex.h index 911e48ce5df..cb7ea56cdf0 100644 --- a/librz/include/rz_util/rz_regex.h +++ b/librz/include/rz_util/rz_regex.h @@ -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 */