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