1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- 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
This commit is contained in:
Olaf Barthel
2005-10-16 08:34:52 +00:00
parent 257dd6af88
commit 44bcf889e5

View File

@ -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 * :ts=4
* *
@ -31,8 +31,8 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef _CYTPE_H #ifndef _CTYPE_H
#define _CYTPE_H #define _CTYPE_H
/****************************************************************************/ /****************************************************************************/
@ -120,4 +120,4 @@ extern const unsigned char __ctype_table[];
/****************************************************************************/ /****************************************************************************/
#endif /* _CYTPE_H */ #endif /* _CTYPE_H */