summaryrefslogtreecommitdiff
path: root/raster/pathfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'raster/pathfill.c')
-rw-r--r--raster/pathfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/raster/pathfill.c b/raster/pathfill.c
index e361b9a5..3040e6a3 100644
--- a/raster/pathfill.c
+++ b/raster/pathfill.c
@@ -129,6 +129,6 @@ fz_fillpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness)
return error;
}
- return nil;
+ return fz_okay;
}