mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-16 18:30:58 +01:00
fixed multiple definition of global var error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user