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/u12.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/u12.h')
-rw-r--r-- | backend/u12.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/u12.h b/backend/u12.h index 5d18c96..41b19b9 100644 --- a/backend/u12.h +++ b/backend/u12.h @@ -72,7 +72,7 @@ typedef union #define _MEASURE_BASE 300UL #define _DEF_DPI 50 -/** the default image +/** the default image */ #define _DEFAULT_TLX 0 #define _DEFAULT_TLY 0 @@ -184,7 +184,7 @@ typedef struct { double graygamma; /* for adjusting scan-area */ - long upNormal; + long upNormal; long upPositive; long upNegative; long leftNormal; @@ -240,7 +240,7 @@ typedef struct u12d SANE_Int res_list_size; /* resolution values */ ScannerCaps caps; /* caps reported by the driver */ AdjDef adj; /* for driver adjustment */ - + char usbId[_MAX_ID_LEN];/* to keep Vendor and product */ /* ID string (from conf) file */ /* our gamma tables */ @@ -322,7 +322,7 @@ typedef struct u12s /** for collecting configuration info... */ typedef struct { - + char devName[PATH_MAX]; char usbId[_MAX_ID_LEN]; |