fix wrong comment about #ifdef's end
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Nov 2012 22:13:00 +0000 (23:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 26 Nov 2012 10:00:07 +0000 (11:00 +0100)
Change-Id: I8a627c01ced1163e3ea72e9e2b1b55da04ca91b2
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/corelib/codecs/qisciicodec_p.h

index a1bc0bf..4fd9df6 100644 (file)
@@ -76,7 +76,7 @@ private:
     int idx;
 };
 
-#endif // QT_NO_BIG_CODECS
+#endif // QT_NO_CODECS
 
 QT_END_NAMESPACE