shithub: rgbds

Download patch

ref: cd8d895c1b5695c63d4faa3efb97c4b70fe3bf3e
parent: 4577a01c688aa0b9a28c69fd89153cc96808a667
author: Anthony J. Bentley <[email protected]>
date: Sun Oct 5 21:54:03 EDT 2014

Style.

--- a/src/asm/symbol.c
+++ b/src/asm/symbol.c
@@ -433,7 +433,7 @@
 		i = MAXMACROARGS + 1;
 
 	assert(i-1 >= 0 &&
-	    i-1 < sizeof(currentmacroargs)/sizeof(*currentmacroargs));
+	    i-1 < sizeof currentmacroargs / sizeof *currentmacroargs);
 	return (currentmacroargs[i - 1]);
 }