mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Add missing "void" to function.
This commit is contained in:
parent
78662cf9a1
commit
bd02b14255
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue