From: Jack Jansen Date: Wed, 5 Mar 2003 16:00:15 +0000 (+0000) Subject: An #endif was missing in Just's patch. Added. X-Git-Tag: v2.3c1~1581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbd861bbd3532372c6c9160c5d14f17ff2c7de00;p=thirdparty%2FPython%2Fcpython.git An #endif was missing in Just's patch. Added. --- diff --git a/Modules/main.c b/Modules/main.c index 9901d10e52f6..80c50b008304 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 ||