]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 May 2002 09:57:50 +0000 (09:57 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 May 2002 09:57:50 +0000 (09:57 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1293 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cl65/spawn-amiga.c

index 841b953d3787b639bb6209ef144cc2b37cca776f..8a083f7d5c203233c2490f4a09a5592947f097d8 100644 (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);