mirror of
https://github.com/pret/pokefirered.git
synced 2026-07-28 14:28:39 -05:00
Remove extraneous parens in gbafix
This commit is contained in:
parent
fad3674028
commit
ca5fc4d176
|
|
@ -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])
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user