summaryrefslogtreecommitdiff
path: root/raster/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'raster/render.c')
-rw-r--r--raster/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/raster/render.c b/raster/render.c
index a7c2e2f5..fc649469 100644
--- a/raster/render.c
+++ b/raster/render.c
@@ -198,7 +198,7 @@ renderpath(fz_renderer *gc, fz_pathnode *path, fz_matrix ctm)
if (path->paint == FZ_STROKE)
{
float lw = path->linewidth;
- // Check for hairline
+ /* Check for hairline */
if (lw * expansion < 0.2) {
lw = 1.0f / expansion;
}