]> code.bitgloo.com Git - clyne/arabtype.git/commitdiff
parens
authorbanx <banxoo+github@gmail.com>
Sat, 28 Dec 2013 18:25:12 +0000 (10:25 -0800)
committerbanx <banxoo+github@gmail.com>
Sat, 28 Dec 2013 18:25:12 +0000 (10:25 -0800)
arabtype.c

index 9971078e69d94598659c36a1ddb63b8e434cd8bc..12c6b43e2e6d68d0e01ed117e4cad133dde28512 100644 (file)
@@ -76,7 +76,7 @@ bool is_arabic_letter(uint32_t cp)
 
 bool is_linking_type(uint32_t cp)
 {
-       if is_arabic_letter(cp)
+       if( is_arabic_letter(cp) )
                if( arabic_forms_b[cp - ARABIC_LETTER_START][INITIAL] || arabic_forms_b[cp - ARABIC_LETTER_START][MEDIAL] )
                        return true;
        return false;