From: Just van Rossum Date: Sat, 4 Jan 2003 16:26:26 +0000 (+0000) Subject: correct comment (and add newline at end) X-Git-Tag: v2.3c1~2590 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85e4c6757f3b323870b24dad4b39b1572b8a292c;p=thirdparty%2FPython%2Fcpython.git correct comment (and add newline at end) --- diff --git a/Mac/OSX/PythonLauncher/doscript.m b/Mac/OSX/PythonLauncher/doscript.m index c2c5886ed1ea..3e4e22393c04 100644 --- a/Mac/OSX/PythonLauncher/doscript.m +++ b/Mac/OSX/PythonLauncher/doscript.m @@ -100,7 +100,7 @@ doscript(const char *command) goto bail; } - /* send the event to the Finder */ + /* send the command event to Terminal.app */ err = AESend(&theAEvent, &theReply, kAEWaitReply, kAENormalPriority, kAEDefaultTimeout, NULL, NULL); @@ -115,4 +115,4 @@ bail: AEDisposeDesc(&terminalAddress); AEDisposeDesc(&theReply); return err; -} \ No newline at end of file +}