summaryrefslogtreecommitdiff
path: root/source/fitz/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/text.c')
-rw-r--r--source/fitz/text.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/fitz/text.c b/source/fitz/text.c
index a0e2abc8..454963b0 100644
--- a/source/fitz/text.c
+++ b/source/fitz/text.c
@@ -150,7 +150,6 @@ fz_bound_text(fz_context *ctx, const fz_text *text, const fz_stroke_state *strok
fz_union_rect(bbox, &gbox);
}
}
-
}
}
@@ -199,7 +198,6 @@ fz_clone_text(fz_context *ctx, const fz_text *text)
new_span->items = fz_malloc(ctx, span->len * sizeof(*span->items));
memcpy(new_span->items, span->items, span->len * sizeof(*span->items));
span = span->next;
-
}
}
fz_catch(ctx)