summaryrefslogtreecommitdiff
path: root/fitzdraw
diff options
context:
space:
mode:
Diffstat (limited to 'fitzdraw')
-rw-r--r--fitzdraw/pixmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitzdraw/pixmap.c b/fitzdraw/pixmap.c
index d5aed102..a219f0bd 100644
--- a/fitzdraw/pixmap.c
+++ b/fitzdraw/pixmap.c
@@ -13,7 +13,7 @@ fz_newpixmap(int x, int y, int w, int h, int n)
pix->n = n;
pix->samples = fz_malloc(pix->w * pix->h * pix->n * sizeof(fz_sample));
-
+
return pix;
}