Removed one '//' comment.

RELEASE_1_0_11_BRANCH
Karl Heinz Kremer 2002-12-31 21:20:33 +00:00
rodzic cb1ab44b32
commit fa68479dcb
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2002-12-31 Karl Heinz Kremer <khk@khk.net>
* backend/epson.c: Removed one '//' comment.
2002-12-31 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions-external/onetouch8600.desc: Added (from PROJECTS).

Wyświetl plik

@ -5581,7 +5581,7 @@ static void filter_resolution_list(Epson_Scanner * s)
}
else
{
// copy the full list
/* copy the full list */
s->hw->resolution_list[0] = s->hw->res_list_size;
memcpy(&(s->hw->resolution_list[1]), s->hw->res_list,
s->hw->res_list_size * sizeof(SANE_Word));