sanei_thread: fix [-Wmaybe-uninitialized] compiler warning

merge-requests/1/head
Olaf Meeuwissen 2015-12-26 17:12:41 +09:00
rodzic cd3453948d
commit 57ae115eaf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -491,7 +491,7 @@ sanei_thread_waitpid( SANE_Pid pid, int *status )
#else #else
int ls; int ls;
#endif #endif
SANE_Pid result; SANE_Pid result = pid;
int stat; int stat;
stat = 0; stat = 0;