aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
diff options
context:
space:
mode:
authorRob Richards <rrichard@src.gnome.org>2006-10-12 21:08:29 +0000
committerRob Richards <rrichard@src.gnome.org>2006-10-12 21:08:29 +0000
commit6460f9256296b7523eeb01b546d36c9d9889ade5 (patch)
tree7004f3bdf1c55824aac16af6c2a6c30ebad7214d /xmlIO.c
parent1114d000f31d2a06ea4033ffcdfd26f0de50c5dc (diff)
downloadandroid_external_libxml2-6460f9256296b7523eeb01b546d36c9d9889ade5.tar.gz
android_external_libxml2-6460f9256296b7523eeb01b546d36c9d9889ade5.tar.bz2
android_external_libxml2-6460f9256296b7523eeb01b546d36c9d9889ade5.zip
fix Windows compile - missing xmlWrapOpen.
* xmlIO.c: fix Windows compile - missing xmlWrapOpen.
Diffstat (limited to 'xmlIO.c')
-rw-r--r--xmlIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlIO.c b/xmlIO.c
index 848911ca..90db8486 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -671,7 +671,7 @@ xmlWrapStatNative(const char *path,struct stat *info)
typedef int (* xmlWrapStatFunc) (const char *f, struct stat *s);
static xmlWrapStatFunc xmlWrapStat = xmlWrapStatNative;
typedef FILE* (* xmlWrapOpenFunc)(const char *f,int mode);
-static xmlWrapOpenFunc = xmlWrapOpenNative;
+static xmlWrapOpenFunc xmlWrapOpen = xmlWrapOpenNative;
/**
* xmlInitPlatformSpecificIo: