fixed multiple definition of global var error

This commit is contained in:
2022-07-17 19:22:54 +02:00
parent 9d72c91584
commit a2d2cfbd7d
2 changed files with 10 additions and 7 deletions

View File

@@ -42,6 +42,9 @@ int usage() {
return 1;
}
int WMIN, WMAX, humantoss, verbose, dontjump, symbols;
int main (int argc, char **argv) {
int count = 4;
char *dictfile = NULL;