diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-18 07:43:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-18 07:43:35 +0200 |
commit | 9f8889f928ce86ba4a78659d378c6ba29bc9f735 (patch) | |
tree | c9567cb0d015b68ce3da8d03472b6443f1cb1ca9 /backend/niash.c | |
parent | 446e9454b8cbe5b689149415d11d36e88442ca88 (diff) | |
parent | 154785ab2d5df7ddc8c2cf813b773c340e5e2aea (diff) |
Merge branch 'release/debian/1.0.32-1'debian/1.0.32-1
Diffstat (limited to 'backend/niash.c')
-rw-r--r-- | backend/niash.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/backend/niash.c b/backend/niash.c index b62bdba..03faa36 100644 --- a/backend/niash.c +++ b/backend/niash.c @@ -12,10 +12,7 @@ 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, MA 02111-1307, USA. - - $Id$ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* @@ -223,7 +220,7 @@ static const char lineartStr[] = { SANE_VALUE_SCAN_MODE_LINEART }; #define MODE_GRAY 1 #define MODE_LINEART 2 -/* lineart treshold range */ +/* lineart threshold range */ static const SANE_Range rangeThreshold = { 0, 100, @@ -660,7 +657,7 @@ _InitOptions (TScanner * s) pDesc->constraint_type = SANE_CONSTRAINT_RANGE; pDesc->constraint.range = &rangeYmm; pDesc->cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; - pVal->w = 290 /* have a bit reserve instaed of rangeYmm.max */ ; + pVal->w = 290 /* have a bit reserve instead of rangeYmm.max */ ; break; case optDPI: |