Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9df89d0

Browse files
committed
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
1 parent 0eb60a7 commit 9df89d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_io/_iomodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ extern PyObject *_PyIO_get_locale_module(_PyIO_State *);
153153

154154
#ifdef MS_WINDOWS
155155
extern char _PyIO_get_console_type(PyObject *);
156-
#endif
156+
#endif
157157

158158
extern PyObject *_PyIO_str_close;
159159
extern PyObject *_PyIO_str_closed;

0 commit comments

Comments
 (0)