mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 15:57:29 -05:00
Fix extraneous parentheses warning
This commit is contained in:
parent
b46c4b6703
commit
2884f4ee4a
|
|
@ -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