mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
correct comment (and add newline at end)
This commit is contained in:
parent
5e1222be57
commit
85e4c6757f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue