saned: fix [-Wmaybe-uninitialized] compiler warning

merge-requests/1/head
Olaf Meeuwissen 2015-12-26 17:45:56 +09:00
rodzic 572e61d39a
commit cadb4b0fff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1431,7 +1431,7 @@ start_scan (Wire * w, int h, SANE_Start_Reply * reply)
SANE_Handle be_handle;
int fd, len;
in_port_t data_port;
int ret;
int ret = -1;
be_handle = handle[h].handle;