diff options
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple.h b/libsimple.h index 371cd83..3a18365 100644 --- a/libsimple.h +++ b/libsimple.h @@ -1224,7 +1224,7 @@ void libsimple_envputenvf(int, const char *, va_list); _LIBSIMPLE_GCC_ONLY(__attribute__((__nonnull__, __format__(__printf__, 1, 2)))) static inline int -libsimple_putenvf(const char *__fmt, ...) /* TODO test */ +libsimple_putenvf(const char *__fmt, ...) { va_list __ap; va_start(__ap, __fmt); |