diff --git a/ChangeLog b/ChangeLog index 098826351..b525b1cb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-03 Stéphane Voltz + * backends/lexmark_low.c: fix compilation issue due to incorrect + place for a DBG statement. + 2011-01-03 Chris Bagwell * backends/Makefile.am: Add SOCKET_LIBS to xerox_mfp for platforms such as solaris since it uses sanei_tcp.k diff --git a/backend/lexmark_low.c b/backend/lexmark_low.c index 30b4f2398..b9c5bd95b 100644 --- a/backend/lexmark_low.c +++ b/backend/lexmark_low.c @@ -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;