freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2019-moazin e836a99 31/47: Forgot an `else', fix that.


From: Moazin Khatti
Subject: [freetype2] GSoC-2019-moazin e836a99 31/47: Forgot an `else', fix that.
Date: Fri, 26 Jul 2019 10:02:08 -0400 (EDT)

branch: GSoC-2019-moazin
commit e836a998f87b47ffd3b881aa1928ff9df9b6391b
Author: Moazin Khatti <address@hidden>
Commit: Moazin Khatti <address@hidden>

    Forgot an `else', fix that.
---
 src/base/ftobjs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index aec7cc5..16f947c 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -564,6 +564,7 @@
 
     if ( !( slot->face->face_flags & FT_FACE_FLAG_SVG ) )
       slot->other         = NULL;
+    else
     {
       if ( slot->internal->flags & FT_GLYPH_OWN_GZIP_SVG )
       {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]