summaryrefslogtreecommitdiff
path: root/src/base/ftobjs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftobjs.c')
-rw-r--r--src/base/ftobjs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index 40b696bab..9e2b613d9 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -2690,6 +2690,7 @@
/* documentation is in freetype.h */
+
FT_EXPORT_DEF( void )
FT_Library_Version( FT_Library library,
FT_Int *amajor,
@@ -2699,6 +2700,7 @@
FT_Int major = 0;
FT_Int minor = 0;
FT_Int patch = 0;
+
if ( library )
{