Remove bogus option so as not to confuse bsearch().
This commit is contained in:
parent
b18f8fcd5d
commit
416b707851
|
@ -88,7 +88,6 @@ OPTION options[] = {
|
|||
"-type", N_TYPE, c_type, O_ARGV,
|
||||
"-user", N_USER, c_user, O_ARGV,
|
||||
"-xdev", N_XDEV, c_xdev, O_ZERO,
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue