summaryrefslogtreecommitdiff
path: root/backend/st400.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/st400.c')
-rw-r--r--backend/st400.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/st400.c b/backend/st400.c
index b8ee6d1..16c7f9f 100644
--- a/backend/st400.c
+++ b/backend/st400.c
@@ -1201,7 +1201,7 @@ sane_cancel( SANE_Handle handle )
#if 0
st400_stop_scan(dev->fd);
#endif
- if( st400_light_delay )
+ if( st400_light_delay )
st400_light_off(dev->fd);
st400_release(dev->fd);
sanei_scsi_close(dev->fd);