summaryrefslogtreecommitdiff
path: root/backend/artec.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 08:20:20 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 08:20:20 +0200
commite94622c319e4307617b202f19d3ec05b21a9bb49 (patch)
treec5ddf44352b9bd47aeb3eb432ba79638079efe25 /backend/artec.c
parent6f2255c9648b175d51e2c8e5e9670557f9dc4ee1 (diff)
merge to 1.0.25+git20150927
Diffstat (limited to 'backend/artec.c')
-rw-r--r--backend/artec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/artec.c b/backend/artec.c
index 9adaa39..46aa8b6 100644
--- a/backend/artec.c
+++ b/backend/artec.c
@@ -1305,7 +1305,7 @@ artec_set_scan_window (SANE_Handle handle)
{
/* top left X value */
/* the select area is flipped across the page, so we have to do some */
- /* calculation here to get the the real starting X value */
+ /* calculation here to get the real starting X value */
max_x = (int) ((SANE_UNFIX (s->hw->x_range.max) / MM_PER_INCH) *
s->x_resolution);
reversed_x = max_x - s->tl_x - s->params.pixels_per_line;