summaryrefslogtreecommitdiffstats
path: root/Objects/fileobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/fileobject.c')
-rw-r--r--Objects/fileobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index cda8a40..16ce542 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -377,7 +377,7 @@ PyFile_NewStdPrinter(int fd)
return (PyObject*)self;
}
-PyObject *
+static PyObject *
stdprinter_write(PyStdPrinter_Object *self, PyObject *args)
{
char *c;