diff options
Diffstat (limited to 'enstrdup.c')
-rw-r--r-- | enstrdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ char * -libsimple_enstrdup(int status, const char *s) /* TODO test */ +libsimple_enstrdup(int status, const char *s) /* TODO test (libsimple_estrdup) */ { char *ret = strdup(s); if (!ret) |