remove useless edit

merge-requests/569/head
Benoit Juin 2022-11-26 22:22:25 +01:00
rodzic 6e488f3891
commit 65c341b9d5
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -829,9 +829,8 @@ sane_control_option (SANE_Handle handle, SANE_Int option, SANE_Action action,
case SANE_ACTION_SET_VALUE:
if (!SANE_OPTION_IS_SETTABLE (lexmark_device->opt[option].cap))
{
return SANE_STATUS_INVAL;
}
/* Make sure boolean values are only TRUE or FALSE */
if (lexmark_device->opt[option].type == SANE_TYPE_BOOL)
{