From 017aa5a023622209fbbd0b6da86478bbf3f888f5 Mon Sep 17 00:00:00 2001 From: MyLegGuy Date: Sat, 4 Jan 2020 03:33:39 -0500 Subject: [PATCH] add useless blank line --- src/text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/text.c b/src/text.c index 09a84784b..e882aacef 100644 --- a/src/text.c +++ b/src/text.c @@ -1108,6 +1108,7 @@ bool TextIsEqual(const char *text1, const char *text2) return result; } + // Check if two text string are equal ignoring case // REQUIRES: tolower() bool TextIsEqualCase(const char *text1, const char *text2)