summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2014-01-05 14:11:11 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-06 12:56:34 +0100
commit63fd793fc32a8dd85a6d6ce1cfe3811ff99888f5 (patch)
tree4db37f3226ed2dd9c8052ff0efcf63e1382ae2fb
parente37616bbad5cadf07f6002f02da880c2630154cb (diff)
Fix include guard typo.
Change-Id: If9400eb5965c739334b3638731e7c80834de72b8 Reviewed-by: David Faure <david.faure@kdab.com>
-rw-r--r--src/corelib/codecs/cp949codetbl_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/codecs/cp949codetbl_p.h b/src/corelib/codecs/cp949codetbl_p.h
index 336b0b75a1..2a62b3c6c7 100644
--- a/src/corelib/codecs/cp949codetbl_p.h
+++ b/src/corelib/codecs/cp949codetbl_p.h
@@ -40,7 +40,7 @@
****************************************************************************/
#ifndef CP949CODETBL_P_H
-#define CP494CODETBL_P_H
+#define CP949CODETBL_P_H
//
// W A R N I N G
@@ -645,4 +645,4 @@ static const unsigned short cp949_icode_to_unicode[] = {
0xd7a2, 0xd7a3
};
-#endif // CP494CODETBL_P_H
+#endif // CP949CODETBL_P_H