]> Shamusworld >> Repos - rmac/blobdiff - 6502.c
Various small fixes and additions to the 680x0 parts:
[rmac] / 6502.c
diff --git a/6502.c b/6502.c
index 2fc971d277bf681c95c1479eea8429dbb832a988..8c16d8de93fcdca79c903b02e61150208420fb20 100644 (file)
--- a/6502.c
+++ b/6502.c
@@ -364,7 +364,7 @@ void m6502cg(int op)
                        else
                                goto badmode;
 
-                       tok += 3;       // Past SYMBOL <string> ')' EOL
+                       tok += 3;               // Past SYMBOL <string> ')' EOL
                        zpreq = 1;              // Request zeropage optimization
                }
                else if (*tok == EOL)