mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 17:16:42 +00:00
Error out on unrecognized options.
This commit is contained in:
parent
1b7ed4c994
commit
feb4df71a5
@ -1032,7 +1032,7 @@ md_parse_option(argP,cntP,vecP)
|
||||
int *cntP;
|
||||
char ***vecP;
|
||||
{
|
||||
return 1;
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user