File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilenameObject(
202202 int , const char * );
203203PyAPI_FUNC (PyObject * ) PyErr_SetFromWindowsErrWithFilename (
204204 int ierr ,
205- const char * filename , /* decoded from the filesystem encoding */
205+ const char * filename /* decoded from the filesystem encoding */
206206 );
207207#ifndef Py_LIMITED_API
208208/* XXX redeclare to use WSTRING */
@@ -215,7 +215,7 @@ PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
215215PyAPI_FUNC (PyObject * ) PyErr_SetExcFromWindowsErrWithFilename (
216216 PyObject * exc ,
217217 int ierr ,
218- const char * filename , /* decoded from the filesystem encoding */
218+ const char * filename /* decoded from the filesystem encoding */
219219 );
220220#ifndef Py_LIMITED_API
221221PyAPI_FUNC (PyObject * ) PyErr_SetExcFromWindowsErrWithUnicodeFilename (
You can’t perform that action at this time.
0 commit comments