summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/expat/expat_external.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/expat/expat_external.h')
-rw-r--r--src/lib/expat/expat_external.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/expat/expat_external.h b/src/lib/expat/expat_external.h
index 2c03284ea26..a8553ffc21a 100644
--- a/src/lib/expat/expat_external.h
+++ b/src/lib/expat/expat_external.h
@@ -97,7 +97,7 @@ typedef char XML_LChar;
#ifdef XML_LARGE_SIZE /* Use large integers for file/stream positions. */
#if defined(XML_USE_MSC_EXTENSIONS) && _MSC_VER < 1400
-typedef __int64 XML_Index;
+typedef __int64 XML_Index;
typedef unsigned __int64 XML_Size;
#else
typedef long long XML_Index;