sane.ds: Eliminate incorrect TWRC_FAILURE return.
This commit is contained in:
parent
333ef6a098
commit
8dee7519c6
|
@ -257,10 +257,6 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action)
|
|||
case ICAP_XFERMECH:
|
||||
twCC = SANE_ICAPXferMech (pCapability, action);
|
||||
break;
|
||||
|
||||
default:
|
||||
twCC = TWRC_FAILURE;
|
||||
|
||||
}
|
||||
|
||||
return twCC;
|
||||
|
|
Loading…
Reference in New Issue