From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- backend/pie.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'backend/pie.c') diff --git a/backend/pie.c b/backend/pie.c index 0e56a5a..b5be0a2 100644 --- a/backend/pie.c +++ b/backend/pie.c @@ -17,9 +17,7 @@ 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. + along with this program. If not, see . As a special exception, the authors of SANE give permission for additional uses of the libraries contained in this release of SANE. @@ -60,7 +58,7 @@ * 11-11-2000 eliminated some warnings about signed/unsigned comparisons * removed #undef NDEBUG and C++ style comments * - * 1-10-2000 force gamma table to one to one mappping if lineart or halftone selected + * 1-10-2000 force gamma table to one to one mapping if lineart or halftone selected * * 30-9-2000 added ADLIB devices to scanner_str[] * @@ -1689,7 +1687,7 @@ pie_perform_cal (Pie_Scanner * scanner, int cal_index) send_length += 4; /* space for header at start of data */ - /* alllocate buffers for the receive data, the result buffers, and for the send data */ + /* allocate buffers for the receive data, the result buffers, and for the send data */ rcv_buffer = (unsigned char *) malloc (rcv_length); red_result = (long *) calloc (pixels_per_line, sizeof (long)); -- cgit v1.2.3