fix typo in shading target set up

merge-requests/1/head
Stphane Voltz 2012-11-11 08:06:34 +01:00
rodzic cf9f70564e
commit eb9af2d4a3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3004,7 +3004,7 @@ genesys_send_shading_coefficient (Genesys_Device * dev)
case CIS_CANONLIDE100:
case CIS_CANONLIDE200:
case CIS_CANONLIDE110:
if(dev->model->ccd_type==CIS_CANONLIDE110)
if(dev->model->ccd_type!=CIS_CANONLIDE110)
target_code=0xdc00;
else
target_code=0xf000;