kopia lustrzana https://gitlab.com/sane-project/backends
spelling fixes for teco3 backend
rodzic
78bf42e04e
commit
f4385e21c3
|
@ -1946,7 +1946,7 @@ sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
|
||||||
|
|
||||||
/* If the scanner does not have enough memory, it will
|
/* If the scanner does not have enough memory, it will
|
||||||
* send the raw rasters instead of returning a full
|
* send the raw rasters instead of returning a full
|
||||||
* interleaved line. Unfortunatly this does not work well,
|
* interleaved line. Unfortunately this does not work well,
|
||||||
* because I don't know how to compute the color
|
* because I don't know how to compute the color
|
||||||
* shifting. So here is the result of some trial and error
|
* shifting. So here is the result of some trial and error
|
||||||
* process. This is ignored if the scanner has a RAM
|
* process. This is ignored if the scanner has a RAM
|
||||||
|
@ -2036,7 +2036,7 @@ sane_start (SANE_Handle handle)
|
||||||
return SANE_STATUS_NO_MEM;
|
return SANE_STATUS_NO_MEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rasters are meaningfull only in color mode. */
|
/* Rasters are meaningful only in color mode. */
|
||||||
dev->raster_size = dev->params.pixels_per_line;
|
dev->raster_size = dev->params.pixels_per_line;
|
||||||
dev->raster_real = dev->params.lines * 3;
|
dev->raster_real = dev->params.lines * 3;
|
||||||
dev->raster_num = 0;
|
dev->raster_num = 0;
|
||||||
|
|
|
@ -296,7 +296,7 @@ struct scanners_supported
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
/* Define a scanner occurence. */
|
/* Define a scanner occurrence. */
|
||||||
typedef struct Teco_Scanner
|
typedef struct Teco_Scanner
|
||||||
{
|
{
|
||||||
struct Teco_Scanner *next;
|
struct Teco_Scanner *next;
|
||||||
|
|
Ładowanie…
Reference in New Issue