diff options
Diffstat (limited to 'envputenvf.c')
-rw-r--r-- | envputenvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/envputenvf.c b/envputenvf.c index 7bc1f0a..bef9867 100644 --- a/envputenvf.c +++ b/envputenvf.c @@ -4,7 +4,7 @@ void -libsimple_envputenvf(int status, const char *fmt, va_list ap) /* TODO test */ +libsimple_envputenvf(int status, const char *fmt, va_list ap) /* TODO test (enputenvf, evputenvf, eputenvf) */ { if (libsimple_vputenvf(fmt, ap)) enprintf(status, "putenvf:"); |