Fix extraneous parentheses warning

This commit is contained in:
GriffinR 2019-09-11 11:39:53 -04:00 committed by huderlem
parent b46c4b6703
commit 2884f4ee4a

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])
{