Skip to content

Commit cc5fb46

Browse files
committed
fix header guard comment
1 parent 0028d03 commit cc5fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinyexpr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ void te_free(te_expr *n);
8383
}
8484
#endif
8585

86-
#endif /*__TINYEXPR_H__*/
86+
#endif /*TINYEXPR_H*/

0 commit comments

Comments
 (0)