winedump: Make dump mode the default.
This commit is contained in:
parent
c4dc400a88
commit
5839fd7f10
|
@ -306,6 +306,9 @@ static void parse_options (char *argv[])
|
|||
|
||||
if (VERBOSE && QUIET)
|
||||
fatal ("Options -v and -q are mutually exclusive");
|
||||
|
||||
if (globals.mode == NONE)
|
||||
do_dump("");
|
||||
}
|
||||
|
||||
static void set_module_name(unsigned setUC)
|
||||
|
|
Loading…
Reference in New Issue