diff options
author | scnorton <scnorton@biociphers.org> | 2019-04-09 10:04:41 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-04-09 10:04:41 -0400 |
commit | 7f920b887f9a060524347b4cc3a5e3f3abdd3b03 (patch) | |
tree | 18e348b765119854e16486575dec5df0347b412e /tools/gbafix/gbafix.c | |
parent | d0a68de6e0606617027ab0437f2da1a414deb2da (diff) |
Add mapjson; update gbagfx, scaninc
Diffstat (limited to 'tools/gbafix/gbafix.c')
-rw-r--r-- | tools/gbafix/gbafix.c | 2 |
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; } } |