summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-05 16:00:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-03-05 16:00:15 (GMT)
commitfbd861bbd3532372c6c9160c5d14f17ff2c7de00 (patch)
tree4e373294ffd4457ec828e23f375a676ca4f2a46b /Modules/main.c
parent2ac79ef9e3168691efabad6877e45168a00738ac (diff)
downloadcpython-fbd861bbd3532372c6c9160c5d14f17ff2c7de00.zip
cpython-fbd861bbd3532372c6c9160c5d14f17ff2c7de00.tar.gz
cpython-fbd861bbd3532372c6c9160c5d14f17ff2c7de00.tar.bz2
An #endif was missing in Just's patch. Added.
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 9901d10..80c50b0 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -366,6 +366,7 @@ Py_Main(int argc, char **argv)
Py_SetProgramName(argv[0]);
#else
Py_SetProgramName(argv[0]);
+#endif
Py_Initialize();
if (Py_VerboseFlag ||