summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcl/pcpage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pcpage.c b/pcl/pcpage.c
index 111bc92ac..150300e3a 100644
--- a/pcl/pcpage.c
+++ b/pcl/pcpage.c
@@ -48,7 +48,7 @@
48 * device. Since this dimension affects some default values related to rasters, 48 * device. Since this dimension affects some default values related to rasters,
49 * it is important that it be assigned this value. 49 * it is important that it be assigned this value.
50 */ 50 */
51#define PRINTABLE_MARGIN_CP inch2coord(1.0 / 6.0) 51#define PRINTABLE_MARGIN_CP inch2coord(0.0)
52 52
53#define round(x) (((x) < 0.0) ? (ceil ((x) - 0.5)) : (floor ((x) + 0.5))) 53#define round(x) (((x) < 0.0) ? (ceil ((x) - 0.5)) : (floor ((x) + 0.5)))
54 54