fix fedora build

merge-requests/569/head
Benoit Juin 2022-11-24 13:05:06 +01:00
rodzic 8509c9dff4
commit 179257160b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ sane_open (SANE_String_Const __sane_unused__ name, SANE_Handle __sane_unused__ *
const SANE_Option_Descriptor *
sane_get_option_descriptor (SANE_Handle __sane_unused__ h, SANE_Int __sane_unused__ opt)
{
return ENTRY(get_option_descriptor) (h, opt);
return NULL;
}
SANE_Status