]> Shamusworld >> Repos - rmac/blobdiff - riscasm.h
Version bump for last commit; now at version 1.13.5.
[rmac] / riscasm.h
index 560726cce8591e62566e92ddde1dc2938f1333f6..91376dcdfc8640c22af21672c4431a8118213a48 100644 (file)
--- a/riscasm.h
+++ b/riscasm.h
@@ -32,7 +32,7 @@
 #define GPUONLY     0x4000             // Opcode is for the GPU Only
 #define DSPONLY     0x8000             // Opcode is for the DSP Only
 
-#define CHECK_COMMA  if(*tok++ != ',') { error(comma_error); return(ERROR); }
+#define CHECK_COMMA  if (*tok++ != ',') { return error(comma_error); }
 
 // Globals, externals etc
 extern unsigned orgactive;