Add missing "void" to function.

This commit is contained in:
Neil Schemenauer 2002-03-28 21:05:38 +00:00
parent 78662cf9a1
commit bd02b14255
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}