diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2003-08-28 16:30:27 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2003-08-28 16:30:27 +0000 |
commit | 6357b02f122560bf0d4ca73e209ffd401db84033 (patch) | |
tree | 00de25a480b32cd374717f89706e7c3531921863 /libexslt | |
parent | 96ee56acba6ce38b9b175c63497c0c3c014be9a8 (diff) | |
download | libxslt-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.h | 2 |
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 |