summaryrefslogtreecommitdiff
path: root/tools/gbafix/gbafix.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gbafix/gbafix.c')
-rw-r--r--tools/gbafix/gbafix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbafix/gbafix.c b/tools/gbafix/gbafix.c
index d5e2f62ab..81c8c04c0 100644
--- a/tools/gbafix/gbafix.c
+++ b/tools/gbafix/gbafix.c
@@ -160,7 +160,7 @@ int main(int argc, char *argv[])
// get filename
for (arg=1; arg<argc; arg++)
{
- if ((ARGV[0] != '-')) { argfile=ARGV; }
+ if (ARGV[0] != '-') { argfile=ARGV; }
if (strncmp("--silent", &ARGV[0], 7) == 0) { silent = 1; }
}