mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +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;
|
goto bail;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* send the event to the Finder */
|
/* send the command event to Terminal.app */
|
||||||
err = AESend(&theAEvent, &theReply, kAEWaitReply,
|
err = AESend(&theAEvent, &theReply, kAEWaitReply,
|
||||||
kAENormalPriority, kAEDefaultTimeout, NULL, NULL);
|
kAENormalPriority, kAEDefaultTimeout, NULL, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue