correct comment (and add newline at end)
This commit is contained in:
parent
5e1222be57
commit
85e4c6757f
|
@ -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…
Reference in New Issue