Add missing "void" to function.
This commit is contained in:
parent
78662cf9a1
commit
bd02b14255
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue