From 66549b2b7d88924dd346b4a4879e4951acd9b4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Mon, 31 Jan 2011 21:44:25 +0100 Subject: [PATCH] minor cleanups and changelog entry --- ChangeLog | 5 +++++ backend/genesys.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0a35ffa2..77e51f0de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-31 Stéphane Voltz + * backend/genesys.c backend/genesys_low.[ch]: don't return EOF too + early when applying image processing functions, handle writing of + lineart data, improve asynchronous head parking + 2011-01-31 m. allan noah * backend/epjitsu.c, doc/descriptions/epjitsu.desc: - comment changes diff --git a/backend/genesys.c b/backend/genesys.c index 7141ee83e..dc6fa11b3 100644 --- a/backend/genesys.c +++ b/backend/genesys.c @@ -7166,8 +7166,6 @@ sane_close (SANE_Handle handle) Genesys_Scanner *prev, *s; Genesys_Calibration_Cache *cache, *next_cache; SANE_Status status; - uint8_t val; - int loop; DBG (DBG_proc, "sane_close: start\n");