From 93b8428b5812191177c790ea9ffb9158d5a296b4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 12 Aug 2018 21:35:12 +0200 Subject: Add tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- envreallocn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'envreallocn.c') diff --git a/envreallocn.c b/envreallocn.c index 25a5e33..ec64d29 100644 --- a/envreallocn.c +++ b/envreallocn.c @@ -6,7 +6,7 @@ extern char *argv0; void * -libsimple_envreallocn(int status, void *ptr, size_t n, va_list ap) +libsimple_envreallocn(int status, void *ptr, size_t n, va_list ap) /* TODO test */ { void *ret = libsimple_vreallocn(ptr, n, ap); if (!ret) { -- cgit v1.2.3-70-g09d2