mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fixed up some ANSIfications.
This commit is contained in:
parent
42bb8b3987
commit
0ae528447f
2 changed files with 5 additions and 5 deletions
|
|
@ -343,7 +343,7 @@ generic_getattr(genericobject *g, char *name)
|
|||
}
|
||||
|
||||
static int
|
||||
generic_setattr(genericobject *g, char *name PyObject *v)
|
||||
generic_setattr(genericobject *g, char *name, PyObject *v)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue