diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /backend/cardscan.h | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'backend/cardscan.h')
-rw-r--r-- | backend/cardscan.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/backend/cardscan.h b/backend/cardscan.h index a673dc6..56bd08d 100644 --- a/backend/cardscan.h +++ b/backend/cardscan.h @@ -1,12 +1,12 @@ #ifndef CARDSCAN_H #define CARDSCAN_H -/* +/* * Part of SANE - Scanner Access Now Easy. * Please see opening comment in cardscan.c */ -/* ------------------------------------------------------------------------- +/* ------------------------------------------------------------------------- * This option list has to contain all options for all scanners supported by * this driver. If a certain scanner cannot handle a certain option, there's * still the possibility to say so, later. @@ -48,10 +48,10 @@ struct scanner /* --------------------------------------------------------------------- */ /* immutable values which are set during reading of config file. */ - int has_cal_buffer; - int lines_per_block; - int color_block_size; - int gray_block_size; + int has_cal_buffer; + int lines_per_block; + int color_block_size; + int gray_block_size; /* --------------------------------------------------------------------- */ /* changeable SANE_Option structs provide our interface to frontend. */ |