From cc5fb46b625ba5c4f8deec77cda96f1ea93476e6 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Fri, 2 Oct 2020 17:19:55 -0500 Subject: [PATCH] fix header guard comment --- tinyexpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyexpr.h b/tinyexpr.h index 324bb93..992f15a 100644 --- a/tinyexpr.h +++ b/tinyexpr.h @@ -83,4 +83,4 @@ void te_free(te_expr *n); } #endif -#endif /*__TINYEXPR_H__*/ +#endif /*TINYEXPR_H*/