kopia lustrzana https://gitlab.com/sane-project/backends
fix place for DBG statement
rodzic
e2463c9ca3
commit
25dc093bb6
|
@ -1,3 +1,7 @@
|
|||
2011-01-03 Stéphane Voltz <stef.dev@free.fr>
|
||||
* backends/lexmark_low.c: fix compilation issue due to incorrect
|
||||
place for a DBG statement.
|
||||
|
||||
2011-01-03 Chris Bagwell <chris at cnpbagwell.com>
|
||||
* backends/Makefile.am: Add SOCKET_LIBS to xerox_mfp
|
||||
for platforms such as solaris since it uses sanei_tcp.k
|
||||
|
|
|
@ -5957,10 +5957,9 @@ sanei_lexmark_low_shading_calibration (Lexmark_Device * dev)
|
|||
SANE_Status
|
||||
sanei_lexmark_low_calibration (Lexmark_Device * dev)
|
||||
{
|
||||
DBG (2, "sanei_lexmark_low_calibration: start.\n");
|
||||
|
||||
SANE_Status status;
|
||||
|
||||
DBG (2, "sanei_lexmark_low_calibration: start.\n");
|
||||
status = sanei_lexmark_low_offset_calibration (dev);
|
||||
if (status != SANE_STATUS_GOOD)
|
||||
return status;
|
||||
|
|
Ładowanie…
Reference in New Issue