mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #10359: Remove ";" after function definition, invalid in ISO C
This commit is contained in:
parent
572895b8eb
commit
3e2b7171bf
4 changed files with 4 additions and 4 deletions
|
@ -3101,7 +3101,7 @@ imp_make_magic(long magic)
|
|||
buf[3] = (char) ((magic >> 24) & 0xff);
|
||||
|
||||
return PyBytes_FromStringAndSize(buf, 4);
|
||||
};
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
imp_get_magic(PyObject *self, PyObject *noargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue