Commit 377ae5aa authored by Neil Schemenauer's avatar Neil Schemenauer

Add missing "void" to function.

parent 498337b9
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment