diff options
Diffstat (limited to 'memptolower.c')
-rw-r--r-- | memptolower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memptolower.c b/memptolower.c index de813e5..251a13a 100644 --- a/memptolower.c +++ b/memptolower.c @@ -4,7 +4,7 @@ void * -libsimple_memptolower(void *d_, const void *s_, size_t n) /* TODO man */ +libsimple_memptolower(void *d_, const void *s_, size_t n) { char *ret, *d = d_; const char *s = s_; |