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/plustek-pp.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/plustek-pp.h')
-rw-r--r-- | backend/plustek-pp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/plustek-pp.h b/backend/plustek-pp.h index 3c052f2..5a1c453 100644 --- a/backend/plustek-pp.h +++ b/backend/plustek-pp.h @@ -566,7 +566,7 @@ typedef struct Plustek_Device SANE_Int res_list_size; /* resolution values */ ScannerCaps caps; /* caps reported by the driver */ AdjDef adj; /* for driver adjustment */ - + /* * each device we support may need other access functions... */ @@ -612,9 +612,9 @@ typedef struct Plustek_Scanner SANE_Byte *buf; /* the image buffer */ SANE_Bool scanning; /* TRUE during scan-process */ SANE_Parameters params; /* for keeping the parameter */ - + /************************** gamma tables *********************************/ - + SANE_Word gamma_table[4][4096]; SANE_Range gamma_range; int gamma_length; @@ -626,7 +626,7 @@ typedef struct Plustek_Scanner /** for collecting configuration info... */ typedef struct { - + char devName[PATH_MAX]; /* contains the stuff to adjust... */ |