summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PC/_subprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/_subprocess.c b/PC/_subprocess.c
index ec93d25..fdcc55b 100644
--- a/PC/_subprocess.c
+++ b/PC/_subprocess.c
@@ -463,7 +463,7 @@ sp_CreateProcess(PyObject* self, PyObject* args)
}
if (environment) {
- wenvironment = PyUnicode_AsUnicode(environment)
+ wenvironment = PyUnicode_AsUnicode(environment);
if (wenvironment == NULL)
{
Py_XDECREF(environment);