summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 702fec0..a27ac71 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -4001,7 +4001,7 @@ search path to find the file.\n\
static PyObject *
posix_spawnvpe(PyObject *self, PyObject *args)
{
- PyObject *opath
+ PyObject *opath;
char *path;
PyObject *argv, *env;
char **argvlist;