diff --git a/Modules/_ctypes/stgdict.c b/Modules/_ctypes/stgdict.c index c9123234f84..2e7e157f737 100644 --- a/Modules/_ctypes/stgdict.c +++ b/Modules/_ctypes/stgdict.c @@ -167,7 +167,7 @@ MakeFields(PyObject *type, CFieldObject *descr, PyObject *fname, *ftype; CFieldObject *fdescr; CFieldObject *new_descr; - // Convert to PyArg_UnpackTuple... + /* Convert to PyArg_UnpackTuple... */ if (!PyArg_ParseTuple(pair, "OO", &fname, &ftype)) { Py_DECREF(fieldlist); return -1;