diff --git a/src/intl/kanji.h b/src/intl/kanji.h index be7e12909b..4c4f147a99 100644 --- a/src/intl/kanji.h +++ b/src/intl/kanji.h @@ -32,3 +32,4 @@ #define KANJI_MASK 0x80 #endif // JRD_KANJI_H + diff --git a/src/intl/kanji_proto.h b/src/intl/kanji_proto.h index f49a0f922c..2049064248 100644 --- a/src/intl/kanji_proto.h +++ b/src/intl/kanji_proto.h @@ -1,7 +1,7 @@ /* * PROGRAM: JRD Access Method * MODULE: kanji_proto.h - * DESCRIPTION: Prototype header file for kanji.c + * DESCRIPTION: Prototype header file for kanji.cpp * * The contents of this file are subject to the Interbase Public * License Version 1.0 (the "License"); you may not use this file @@ -36,3 +36,4 @@ USHORT KANJI_sjis2euc5(UCHAR *, USHORT, UCHAR *, USHORT, USHORT *, USHORT KANJI_sjis_len(UCHAR *, USHORT, USHORT *); #endif // JRD_KANJI_PROTO_H + diff --git a/src/intl/ldcommon.h b/src/intl/ldcommon.h index 616730993f..587b69927c 100644 --- a/src/intl/ldcommon.h +++ b/src/intl/ldcommon.h @@ -77,3 +77,4 @@ typedef USHORT UNICODE; void CV_convert_init(CSCONVERT, SSHORT, SSHORT, FPTR_SHORT, const void*, const void*); #endif /* _INTL_LDCOMMON_H_ */ + diff --git a/src/intl/utils/maptest2.c b/src/intl/utils/maptest2.c index b9cd0c4d66..3e24a84bd9 100644 --- a/src/intl/utils/maptest2.c +++ b/src/intl/utils/maptest2.c @@ -219,3 +219,4 @@ No errors #include "../intl/cs_ksc5601.h" #include "../intl/csjis2_p.h" */ +