backend/microtek2.c: Add missing braces.

merge-requests/1/head
Julien BLACHE 2007-04-17 19:11:29 +00:00
rodzic e00626d917
commit 83a22d6ab9
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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 */