kopia lustrzana https://gitlab.com/sane-project/backends
Removed unnecessary variable.
rodzic
d8de913161
commit
3e84a1d216
|
@ -3,6 +3,7 @@
|
||||||
* lib/Makefile.in: Recompile all targets if necessary.
|
* lib/Makefile.in: Recompile all targets if necessary.
|
||||||
* sanei/sanei_scsi.c: Fixed some warnings.
|
* sanei/sanei_scsi.c: Fixed some warnings.
|
||||||
* include/md5.h: Declare md5_buffer.
|
* include/md5.h: Declare md5_buffer.
|
||||||
|
* sanei/sanei_constarin_value.c: Removed unnecessary variable.
|
||||||
|
|
||||||
2003-04-03 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
2003-04-03 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,6 @@ sanei_check_value (const SANE_Option_Descriptor * opt, void * value)
|
||||||
int i;
|
int i;
|
||||||
const SANE_Range * range;
|
const SANE_Range * range;
|
||||||
SANE_Word w, v;
|
SANE_Word w, v;
|
||||||
SANE_Bool b;
|
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
switch (opt->constraint_type)
|
switch (opt->constraint_type)
|
||||||
|
|
Ładowanie…
Reference in New Issue