summaryrefslogtreecommitdiff
path: root/src/type1/t1parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/type1/t1parse.c')
-rw-r--r--src/type1/t1parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type1/t1parse.c b/src/type1/t1parse.c
index a31f2483d..78ab3a209 100644
--- a/src/type1/t1parse.c
+++ b/src/type1/t1parse.c
@@ -436,7 +436,7 @@
break;
/* otherwise, store byte */
- *write++ = (FT_Byte)(( hex1 << 4 ) | hexa_value( cur[1] ));
+ *write++ = (FT_Byte)( ( hex1 << 4 ) | hexa_value( cur[1] ) );
count++;
cur++;
}