Small change for VC.net
diff --git a/src/FTFont.cpp b/src/FTFont.cpp
index 420d581..6d2b98e 100755
--- a/src/FTFont.cpp
+++ b/src/FTFont.cpp
@@ -73,7 +73,7 @@ bool FTFont::FaceSize( const unsigned int size, const unsigned int res )
return false;
}
- if( glyphList)
+ if( glyphList != NULL)
{
delete glyphList;
}