diff options
Diffstat (limited to 'memelemscan_inv.c')
-rw-r--r-- | memelemscan_inv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memelemscan_inv.c b/memelemscan_inv.c index 6311229..7e7a0a4 100644 --- a/memelemscan_inv.c +++ b/memelemscan_inv.c @@ -4,7 +4,7 @@ void * -libsimple_memelemscan_inv(const void *hay_, size_t hayn, const void *sub_, size_t subn) /* TODO man */ +libsimple_memelemscan_inv(const void *hay_, size_t hayn, const void *sub_, size_t subn) { switch (subn) { case 0: |