]> granicus.if.org Git - python/commitdiff
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
authorChristian Heimes <christian@python.org>
Mon, 26 Sep 2016 12:08:47 +0000 (14:08 +0200)
committerChristian Heimes <christian@python.org>
Mon, 26 Sep 2016 12:08:47 +0000 (14:08 +0200)
Modules/_io/_iomodule.h

index 5d3da29ce1f35d3a9485c9ee37dbed9b85b01c4c..4ed9ebf66aceb05552cf4d99da4193de45925b9e 100644 (file)
@@ -153,7 +153,7 @@ extern PyObject *_PyIO_get_locale_module(_PyIO_State *);
 
 #ifdef MS_WINDOWS
 extern char _PyIO_get_console_type(PyObject *);
-#endif\f
+#endif
 
 extern PyObject *_PyIO_str_close;
 extern PyObject *_PyIO_str_closed;