mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -04:00
Add default case in switch
This commit is contained in:
parent
a9b7bf35b1
commit
60a31dc346
@ -481,6 +481,9 @@ int option_hdl(void* data, const char* arg, int key,
|
||||
usage(opts->progname);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user