diff options
author | dim <dim@FreeBSD.org> | 2013-11-08 17:23:37 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2013-11-08 17:23:37 +0000 |
commit | 15963dba643546f1db36e11b461c4acb1ed81d5d (patch) | |
tree | eb84c9beb60adf566889200c13175c9de07fb0a6 /lib | |
parent | b5c7019b85457b16968be3205d2246ef6ba2d8d6 (diff) | |
download | FreeBSD-src-15963dba643546f1db36e11b461c4acb1ed81d5d.zip FreeBSD-src-15963dba643546f1db36e11b461c4acb1ed81d5d.tar.gz |
Fix typo in include guard, found by clang 3.4.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/iconv/citrus_csmapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/iconv/citrus_csmapper.h b/lib/libc/iconv/citrus_csmapper.h index dd178da..389ad43 100644 --- a/lib/libc/iconv/citrus_csmapper.h +++ b/lib/libc/iconv/citrus_csmapper.h @@ -28,7 +28,7 @@ */ #ifndef _CITRUS_CSMAPPER_H_ -#define _CITRUS_CSMAPPER_H +#define _CITRUS_CSMAPPER_H_ #define _citrus_csmapper _citrus_mapper #define _citrus_csmapper_close _citrus_mapper_close |