From bd02b14255f99feef90121cf654989b9fe827210 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Thu, 28 Mar 2002 21:05:38 +0000 Subject: Add missing "void" to function. --- Objects/obmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index f409ecd..e5ad0bc 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -695,7 +695,7 @@ static ulong serialno = 0; /* incremented on each debug {m,re}alloc */ to supply a single place to set a breakpoint. */ static void -bumpserialno() +bumpserialno(void) { ++serialno; } -- cgit v0.12