diff options
Diffstat (limited to 'vputenvf.c')
-rw-r--r-- | vputenvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ int -vputenvf(const char *fmt, va_list ap) +vputenvf(const char *fmt, va_list ap) /* TODO test */ { va_list ap2; int n; |