1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00

Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@1293 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-05-27 09:57:50 +00:00
parent 21afe25e90
commit ec0c01728d

View File

@ -68,7 +68,7 @@ int spawnvp (int Mode attribute ((unused)),
SB_Terminate (&Command);
/* Invoke the shell to execute the command */
Status = System (SB->GetConstBuf (&Command), TAG_END)
Status = System (SB_GetConstBuf (&Command), TAG_END)
/* Free the string buf data */
DoneStrBuf (&Command);