summaryrefslogtreecommitdiff
path: root/render/archx86.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-29 17:33:59 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-29 17:33:59 +0100
commit4008b4d986b700830fad5086df3acfc1028a9e3b (patch)
tree9d3f43d95875482d272559eb44a4a7c9fc25882c /render/archx86.c
parent9a36550815c3d874ce62650bf06ee85a3f705f1c (diff)
downloadmupdf-4008b4d986b700830fad5086df3acfc1028a9e3b.tar.xz
turn 1x1 images into rectangles
Diffstat (limited to 'render/archx86.c')
-rw-r--r--render/archx86.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/render/archx86.c b/render/archx86.c
index 9754214f..a4161a1f 100644
--- a/render/archx86.c
+++ b/render/archx86.c
@@ -1,6 +1,7 @@
/*
-x86 specific render optims live here
-*/
+ * x86 specific render optims live here
+ */
+
#include <fitz.h>
typedef unsigned char byte;