summaryrefslogtreecommitdiff
path: root/source/fitz/stext-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/stext-device.c')
-rw-r--r--source/fitz/stext-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fitz/stext-device.c b/source/fitz/stext-device.c
index 5bf7b60b..eda71237 100644
--- a/source/fitz/stext-device.c
+++ b/source/fitz/stext-device.c
@@ -774,8 +774,8 @@ fz_add_stext_char(fz_context *ctx, fz_stext_device *dev, fz_stext_style *style,
case 0x200A: /* hair space */
case 0x202F: /* narrow no-break space */
case 0x205F: /* medium mathematical space */
- case 0x3000: /* ideographic spac */
- fz_add_stext_char_imp(ctx, dev, style, ' ', glyph, trm, adv, wmode);
+ case 0x3000: /* ideographic space */
+ c = ' ';
}
fz_add_stext_char_imp(ctx, dev, style, c, glyph, trm, adv, wmode);