Commit 8dee7519 authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

sane.ds: Eliminate incorrect TWRC_FAILURE return.

parent 333ef6a0
...@@ -257,10 +257,6 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) ...@@ -257,10 +257,6 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action)
case ICAP_XFERMECH: case ICAP_XFERMECH:
twCC = SANE_ICAPXferMech (pCapability, action); twCC = SANE_ICAPXferMech (pCapability, action);
break; break;
default:
twCC = TWRC_FAILURE;
} }
return twCC; return twCC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment