aboutsummaryrefslogtreecommitdiffstats
path: root/rawmemchr_inv.c
diff options
context:
space:
mode:
Diffstat (limited to 'rawmemchr_inv.c')
-rw-r--r--rawmemchr_inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawmemchr_inv.c b/rawmemchr_inv.c
index 1df5817..d566aba 100644
--- a/rawmemchr_inv.c
+++ b/rawmemchr_inv.c
@@ -4,7 +4,7 @@
void *
-libsimple_rawmemchr_inv(const void *s_, int c_) /* TODO man */
+libsimple_rawmemchr_inv(const void *s_, int c_)
{
char *s = *(char **)(void *)&s_, c = (char)c_;
while (*s++ == c);