summaryrefslogtreecommitdiff
path: root/libexslt
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2003-08-28 16:30:27 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2003-08-28 16:30:27 +0000
commit6357b02f122560bf0d4ca73e209ffd401db84033 (patch)
tree00de25a480b32cd374717f89706e7c3531921863 /libexslt
parent96ee56acba6ce38b9b175c63497c0c3c014be9a8 (diff)
downloadlibxslt-6357b02f122560bf0d4ca73e209ffd401db84033.tar.gz
libxslt-6357b02f122560bf0d4ca73e209ffd401db84033.tar.bz2
libxslt-6357b02f122560bf0d4ca73e209ffd401db84033.zip
fixed typos reported by Mark Vakoc
Diffstat (limited to 'libexslt')
-rw-r--r--libexslt/exsltexports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/exsltexports.h b/libexslt/exsltexports.h
index 0a80e84a..980a59f0 100644
--- a/libexslt/exsltexports.h
+++ b/libexslt/exsltexports.h
@@ -38,7 +38,7 @@
#if !defined(LIBEXSLT_STATIC)
#define EXSLTPUBVAR __declspec(dllimport) extern
#else
- #define EXSLTPUBVAR
+ #define EXSLTPUBVAR extern
#endif
#endif
#define EXSLTCALL __cdecl