From 257bba00ac1c1461b18ff1f5d420ec83fa13a368 Mon Sep 17 00:00:00 2001 From: François Perrad Date: Sat, 3 Mar 2018 04:06:45 +0100 Subject: some linting after fuzz merge (#60) * fix prototype * remove extra comma * use m_free after m_strdup --- fuzz-wrapfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz-wrapfd.c') diff --git a/fuzz-wrapfd.c b/fuzz-wrapfd.c index 6472189..39d2b62 100644 --- a/fuzz-wrapfd.c +++ b/fuzz-wrapfd.c @@ -26,7 +26,7 @@ static int wrap_used[IOWRAP_MAXFD+1]; static unsigned int nused; static unsigned short rand_state[3]; -void wrapfd_setup() { +void wrapfd_setup(void) { TRACE(("wrapfd_setup")) nused = 0; memset(wrap_fds, 0x0, sizeof(wrap_fds)); -- cgit v1.2.3