mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares.
This commit is contained in:
parent
62e955ad13
commit
d3f91908dd
3 changed files with 4 additions and 4 deletions
|
@ -1686,7 +1686,7 @@ al_GetParamInfo(PyObject *self, PyObject *args)
|
|||
{
|
||||
int res, param;
|
||||
ALparamInfo pinfo;
|
||||
PyObject *v, *item;;
|
||||
PyObject *v, *item;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "ii:GetParamInfo", &res, ¶m))
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue