kopia lustrzana https://gitlab.com/sane-project/backends
backend/microtek2.c: Add missing braces.
rodzic
e00626d917
commit
83a22d6ab9
|
@ -1,3 +1,6 @@
|
|||
2007-04-17 Julien Blache <jb@jblache.org>
|
||||
|
||||
* backend/microtek.c: add missing braces.
|
||||
|
||||
2007-04-13 m. allan noah <kitno455 a t gmail d o t com>
|
||||
|
||||
|
|
|
@ -5455,9 +5455,11 @@ sane_start(SANE_Handle handle)
|
|||
|| ( ms->mode != md->shading_table_contents )
|
||||
)
|
||||
)
|
||||
{
|
||||
status = read_cx_shading(ms);
|
||||
if ( status != SANE_STATUS_GOOD )
|
||||
goto cleanup;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if ( ms->lightlid35 )
|
||||
/* hopefully this leads to a switched off flatbed lamp with lightlid */
|
||||
|
|
Ładowanie…
Reference in New Issue