diff options
Diffstat (limited to 'backend/umax1220u.c')
-rw-r--r-- | backend/umax1220u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/umax1220u.c b/backend/umax1220u.c index 79b8c92..30c9e86 100644 --- a/backend/umax1220u.c +++ b/backend/umax1220u.c @@ -376,7 +376,7 @@ optionTopLeftYCallback (SANE_Option * option, SANE_Handle handle, This option controls the bot-right-x corner of the scan */ -static SANE_Fixed optionBotRightXValue +static SANE_Fixed optionBotRightXValue = SANE_FIX (UMAX_MAX_WIDTH * MM_IN_INCH / 600); static SANE_Option_Descriptor optionBotRightXDescriptor = { |