From: cuz Date: Mon, 27 May 2002 09:57:50 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.12.0~2329 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ec0c01728d04b12099b7705f17985eca5e1b88f7;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@1293 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cl65/spawn-amiga.c b/src/cl65/spawn-amiga.c index 841b953d3..8a083f7d5 100644 --- a/src/cl65/spawn-amiga.c +++ b/src/cl65/spawn-amiga.c @@ -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);