mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01: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