summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-11-11 20:57:04 +0000
committerdim <dim@FreeBSD.org>2013-11-11 20:57:04 +0000
commit030879a51a41bce0fe9494f6abe935dd02f70c58 (patch)
tree61d8efe662179fc17878143eac78fb5d8b3dc75e /lib
parent46450a501467d06008233f1d8f85b126337526c2 (diff)
downloadFreeBSD-src-030879a51a41bce0fe9494f6abe935dd02f70c58.zip
FreeBSD-src-030879a51a41bce0fe9494f6abe935dd02f70c58.tar.gz
MFC r257859:
Fix typo in include guard, found by clang 3.4. Approved by: re (hrs)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/iconv/citrus_csmapper.h2
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
OpenPOWER on IntegriCloud