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/hs2p.h | |
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/hs2p.h')
-rw-r--r-- | backend/hs2p.h | 8 |
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; |