From 386e2febd2b09c3b4c2f28ce356f54845fdb3fbc Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 12 Nov 2000 15:56:05 +0000 Subject: [PATCH] Fixed a typo --- sane.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sane.tex b/sane.tex index 726dc75..e7f6fa5 100644 --- a/sane.tex +++ b/sane.tex @@ -14,7 +14,7 @@ \title{\huge SANE Standard Version 1.01} \author{} -\date{October 17, 2000} +\date{November 12, 2000} \makeindex @@ -555,7 +555,7 @@ characters is currently fixed as ISO LATIN-1. Future versions of this standard may map this type to a wider type and allow multi-byte encodings to support internationalization. As a result of this, care should be taken to avoid the assumption that -\verb|sizeof(SANE\_Char)==sizeof(char)|. +\verb|sizeof(SANE_Char)==sizeof(char)|. \begin{quote} \begin{verbatim} typedef char SANE_Char;