summaryrefslogtreecommitdiff
path: root/source/fitz/stext-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/stext-search.c')
-rw-r--r--source/fitz/stext-search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fitz/stext-search.c b/source/fitz/stext-search.c
index d9da2900..c8fbdc0b 100644
--- a/source/fitz/stext-search.c
+++ b/source/fitz/stext-search.c
@@ -40,8 +40,8 @@ int fz_stext_char_count(fz_context *ctx, fz_stext_page *page)
const fz_stext_char *fz_stext_char_at(fz_context *ctx, fz_stext_page *page, int idx)
{
- static const fz_stext_char space = { ' ', 0, {0,0}, {0,0,0,0}, 0, NULL, NULL };
- static const fz_stext_char zero = { '\0', 0, {0,0}, {0,0,0,0}, 0, NULL, NULL };
+ static const fz_stext_char space = { ' ', {0,0}, {0,0,0,0}, 0, NULL, NULL };
+ static const fz_stext_char zero = { '\0', {0,0}, {0,0,0,0}, 0, NULL, NULL };
fz_stext_block *block;
fz_stext_line *line;
fz_stext_char *ch;