From: Christian Heimes Date: Mon, 26 Sep 2016 12:08:47 +0000 (+0200) Subject: Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt X-Git-Tag: v3.6.0b2~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9df89d06a06877ebddffcdece30e1df8b157c637;p=thirdparty%2FPython%2Fcpython.git Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt --- diff --git a/Modules/_io/_iomodule.h b/Modules/_io/_iomodule.h index 5d3da29ce1f3..4ed9ebf66ace 100644 --- a/Modules/_io/_iomodule.h +++ b/Modules/_io/_iomodule.h @@ -153,7 +153,7 @@ extern PyObject *_PyIO_get_locale_module(_PyIO_State *); #ifdef MS_WINDOWS extern char _PyIO_get_console_type(PyObject *); -#endif +#endif extern PyObject *_PyIO_str_close; extern PyObject *_PyIO_str_closed;