Skip to content

Commit

Permalink
Fix: invalid option: --global-variables Issue #78
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrafiqulrabin committed Aug 27, 2019
1 parent e966042 commit 7260480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RandomProgramGenerator.cpp
Expand Up @@ -910,7 +910,7 @@ main(int argc, char **argv)
continue;
}

if (strcmp (argv[i], "--global-variabless") == 0) {
if (strcmp (argv[i], "--global-variables") == 0) {
CGOptions::global_variables(true);
continue;
}
Expand Down

0 comments on commit 7260480

Please sign in to comment.