aboutsummaryrefslogtreecommitdiffstats
path: root/strcasechr_inv.c
diff options
context:
space:
mode:
Diffstat (limited to 'strcasechr_inv.c')
-rw-r--r--strcasechr_inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strcasechr_inv.c b/strcasechr_inv.c
index c5ff521..03e88c7 100644
--- a/strcasechr_inv.c
+++ b/strcasechr_inv.c
@@ -4,7 +4,7 @@
char *
-libsimple_strcasechr_inv(const char *s_, int c) /* TODO man */
+libsimple_strcasechr_inv(const char *s_, int c)
{
char *s = *(char **)(void *)&s_, lc = (char)tolower(c), uc = (char)toupper(c);
if (lc != uc)