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/epson2-commands.c | |
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/epson2-commands.c')
-rw-r--r-- | backend/epson2-commands.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/epson2-commands.c b/backend/epson2-commands.c index eccd4ba..836080a 100644 --- a/backend/epson2-commands.c +++ b/backend/epson2-commands.c @@ -199,7 +199,7 @@ round_cct(double org_cct[], int rnd_cct[]) mult_cct[i] = org_cct[i] * 32; rnd_cct[i] = (int) floor(mult_cct[i] + 0.5); } - + do { for (i = 0; i < 3; i++) { @@ -265,8 +265,8 @@ profile_to_colorcoeff(double *profile, unsigned char *color_coeff) for (i = 0; i < 9; i++) color_coeff[i] = int2cpt(color_table[cc_idx[i]]); } - - + + /* * Sends the "set color correction coefficients" command with the * currently selected parameters to the scanner. @@ -825,7 +825,7 @@ esci_request_command_parameter(SANE_Handle handle, unsigned char *buf) return status; } -/* ESC q - Request Focus Position +/* ESC q - Request Focus Position * -> ESC q * <- Information block * <- Focus position status (2) |