diff options
Diffstat (limited to 'stpntolower.c')
-rw-r--r-- | stpntolower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stpntolower.c b/stpntolower.c index 9fc4466..9aca9f9 100644 --- a/stpntolower.c +++ b/stpntolower.c @@ -4,7 +4,7 @@ char * -libsimple_stpntolower(char *d, const char *s, size_t n) /* TODO man */ +libsimple_stpntolower(char *d, const char *s, size_t n) { size_t i; char *ret; |