fix place for DBG statement

merge-requests/1/head
Stphane Voltz 2011-01-03 20:56:22 +01:00
rodzic e2463c9ca3
commit 25dc093bb6
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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