aboutsummaryrefslogtreecommitdiffstats
path: root/strnchr_inv.c
diff options
context:
space:
mode:
Diffstat (limited to 'strnchr_inv.c')
-rw-r--r--strnchr_inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strnchr_inv.c b/strnchr_inv.c
index 3dd3c43..7854d13 100644
--- a/strnchr_inv.c
+++ b/strnchr_inv.c
@@ -4,7 +4,7 @@
char *
-libsimple_strnchr_inv(const char *s_, int c_, size_t n) /* TODO man */
+libsimple_strnchr_inv(const char *s_, int c_, size_t n)
{
char *s = *(char **)(void *)&s_, c = (char)c_;
char *end = &s[n];