kopia lustrzana https://gitlab.com/sane-project/backends
Fixed a type, that breaks compilation :-(
rodzic
5431824ce3
commit
458c55538b
|
@ -592,7 +592,7 @@ static int usb_GetLampStatus( pPlustek_Device dev )
|
|||
}
|
||||
|
||||
if((_WAF_MISC_IO6_LAMP == (_WAF_MISC_IO6_LAMP & sc->workaroundFlag)) ||
|
||||
(_WAF_MISC_IO3_LAMP == (_WAF_MISC_IO3_LAMP & sc->workaroundFlag)) {
|
||||
(_WAF_MISC_IO3_LAMP == (_WAF_MISC_IO3_LAMP & sc->workaroundFlag))) {
|
||||
|
||||
iLampStatus |= DEV_LampReflection;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue