From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- backend/p5_device.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'backend/p5_device.h') diff --git a/backend/p5_device.h b/backend/p5_device.h index 4582256..744fe1c 100644 --- a/backend/p5_device.h +++ b/backend/p5_device.h @@ -1,17 +1,17 @@ /* sane - Scanner Access Now Easy. Copyright (C) 2009-2012 stef.dev@free.fr - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -83,8 +83,8 @@ typedef struct P5_Calibration_Data uint8_t white_data[MAX_SENSOR_PIXELS * 3]; } P5_Calibration_Data; -/** - * This structure describes a particular model which is handled by the backend. +/** + * This structure describes a particular model which is handled by the backend. * Contained data is immutable and is used to initalize the P5_Device * structure. */ @@ -178,7 +178,7 @@ typedef struct P5_Device struct P5_Device *next; /** - * Points to a structure that decribes model capabilities, geometry + * Points to a structure that decribes model capabilities, geometry * and default settings. */ P5_Model *model; @@ -203,16 +203,16 @@ typedef struct P5_Device /** * Configuration options for the device read from - * configuration file at attach time. This member is filled at + * configuration file at attach time. This member is filled at * attach time. */ P5_Config *config; /** @brief scan parameters * The scan done by the hardware can be different from the one at the SANE - * frontend session. For instance: + * frontend session. For instance: * - xdpy and ydpi may be different to accomodate hardware capabilites. - * - many CCD scanners need to scan more lines to correct the 'line + * - many CCD scanners need to scan more lines to correct the 'line * distance shift' effect. * - emulated modes (lineart from gray scan, or gray scan for color one) */ -- cgit v1.2.3