summaryrefslogtreecommitdiff
path: root/fitz/dev_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/dev_null.c')
-rw-r--r--fitz/dev_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_null.c b/fitz/dev_null.c
index 9e508bee..d21daad3 100644
--- a/fitz/dev_null.c
+++ b/fitz/dev_null.c
@@ -344,7 +344,7 @@ fz_begin_tile_id(fz_device *dev, const fz_rect *area, const fz_rect *view, float
xstep = -xstep;
if (ystep < 0)
ystep = -ystep;
-
+
fz_try(ctx)
{
if (dev->begin_tile)