diff options
Diffstat (limited to 'stptolower.c')
-rw-r--r-- | stptolower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stptolower.c b/stptolower.c index ce9dbf8..61108ad 100644 --- a/stptolower.c +++ b/stptolower.c @@ -4,7 +4,7 @@ char * -libsimple_stptolower(char *d, const char *s) /* TODO man */ +libsimple_stptolower(char *d, const char *s) { size_t n; char *ret; |