summaryrefslogtreecommitdiff
path: root/backend/hs2p.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 17:00:58 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 17:00:58 +0200
commitd087d778ffb62e2713cb848540bcc819470365bd (patch)
treed69692a274dd1c7d0672e6bb7155a0fc106f9d49 /backend/hs2p.h
parentc8bd2513ecba169cff44c09c8058c36987357b18 (diff)
parent3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'backend/hs2p.h')
-rw-r--r--backend/hs2p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/hs2p.h b/backend/hs2p.h
index 091fce2..6270154 100644
--- a/backend/hs2p.h
+++ b/backend/hs2p.h
@@ -2,7 +2,7 @@
Copyright (C) 2007 Jeremy Johnson
This file is part of a SANE backend for Ricoh IS450
and IS420 family of HS2P Scanners using the SCSI controller.
-
+
This file is part of the SANE package.
This program is free software; you can redistribute it and/or
@@ -117,8 +117,8 @@ typedef struct
char inquiry_data[256];
- SANE_Byte max_win_sections; /* Number of supported window subsections
- IS450 supports max of 4 sections
+ SANE_Byte max_win_sections; /* Number of supported window subsections
+ IS450 supports max of 4 sections
IS420 supports max of 6 sections
*/
@@ -239,7 +239,7 @@ typedef struct HS2P_Device
struct HS2P_Device *next;
/*
* struct with pointers to device/vendor/model names, and a type value
- * used to inform sane frontend about the device
+ * used to inform sane frontend about the device
*/
SANE_Device sane;
HS2P_Info info;