summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
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;
}