summaryrefslogtreecommitdiff
path: root/backend/lexmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/lexmark.c')
-rw-r--r--backend/lexmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/lexmark.c b/backend/lexmark.c
index ba0311d..3c171c7 100644
--- a/backend/lexmark.c
+++ b/backend/lexmark.c
@@ -829,7 +829,7 @@ sane_control_option (SANE_Handle handle, SANE_Int option, SANE_Action action,
case SANE_ACTION_SET_VALUE:
if (!SANE_OPTION_IS_SETTABLE (lexmark_device->opt[option].cap))
- return SANE_STATUS_INVAL;
+ return SANE_STATUS_INVAL;
/* Make sure boolean values are only TRUE or FALSE */
if (lexmark_device->opt[option].type == SANE_TYPE_BOOL)