From 44bcf889e505f296e2cdd3c2b34a6749ae4fc249 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 16 Oct 2005 08:34:52 +0000 Subject: [PATCH] - Corrected a typo. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15044 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/include/ctype.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/include/ctype.h b/library/include/ctype.h index 163f44e..6076b24 100644 --- a/library/include/ctype.h +++ b/library/include/ctype.h @@ -1,5 +1,5 @@ /* - * $Id: ctype.h,v 1.6 2005-05-11 20:15:28 obarthel Exp $ + * $Id: ctype.h,v 1.7 2005-10-16 08:34:52 obarthel Exp $ * * :ts=4 * @@ -31,8 +31,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _CYTPE_H -#define _CYTPE_H +#ifndef _CTYPE_H +#define _CTYPE_H /****************************************************************************/ @@ -120,4 +120,4 @@ extern const unsigned char __ctype_table[]; /****************************************************************************/ -#endif /* _CYTPE_H */ +#endif /* _CTYPE_H */