svn commit: r258011 - stable/10/lib/libc/iconv
Dimitry Andric
dim at FreeBSD.org
Mon Nov 11 20:57:05 UTC 2013
Author: dim
Date: Mon Nov 11 20:57:04 2013
New Revision: 258011
URL: http://svnweb.freebsd.org/changeset/base/258011
Log:
MFC r257859:
Fix typo in include guard, found by clang 3.4.
Approved by: re (hrs)
Modified:
stable/10/lib/libc/iconv/citrus_csmapper.h
Directory Properties:
stable/10/lib/libc/ (props changed)
Modified: stable/10/lib/libc/iconv/citrus_csmapper.h
==============================================================================
--- stable/10/lib/libc/iconv/citrus_csmapper.h Mon Nov 11 20:51:01 2013 (r258010)
+++ stable/10/lib/libc/iconv/citrus_csmapper.h Mon Nov 11 20:57:04 2013 (r258011)
@@ -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
More information about the svn-src-stable
mailing list