setResolutions has only 5 instead of 6 resolutions.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-05-27 09:22:11 +00:00
rodzic db7eaab9c4
commit c452492f59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -133,7 +133,7 @@ static const SANE_Range rangeLumi = {
static const SANE_Range rangeGamma = { 0, 4095, 1 };
static const SANE_Int setResolutions[] = { 6, 75,100,200,300,600 };
static const SANE_Int setResolutions[] = { 5, 75,100,200,300,600 };
static SANE_Status
InitOptions(TInstance *this)