Merge pull request #228 from GriffinRichards/fix-gbafix

Remove extraneous parens in gbafix
This commit is contained in:
PikalaxALT
2020-01-16 15:46:43 -05:00
committed by GitHub
+1 -1
View File
@@ -206,7 +206,7 @@ int main(int argc, char *argv[])
// parse command line
for (arg=1; arg<argc; arg++)
{
if ((ARGV[0] == '-'))
if (ARGV[0] == '-')
{
switch (ARGV[1])
{