summaryrefslogtreecommitdiff
path: root/gs/src/gdevn533.c
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2001-08-01 00:48:23 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2001-08-01 00:48:23 +0000
commitb632c254bfc4a5147f1ff906f31c5d70c9aecaf7 (patch)
tree7985480f8adbdf6efe17002d4e5dd3c093d22363 /gs/src/gdevn533.c
parent388638f82d909c4d218cdff1a912524b193d1483 (diff)
Added const to all printer device descriptors
const gx_device_printer gs_xxx_device = ... git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@1652 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gdevn533.c')
-rw-r--r--gs/src/gdevn533.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gdevn533.c b/gs/src/gdevn533.c
index f2617191c..817bc1d64 100644
--- a/gs/src/gdevn533.c
+++ b/gs/src/gdevn533.c
@@ -52,7 +52,7 @@ private dev_proc_close_device(nwp533_close);
private gx_device_procs nwp533_procs =
prn_procs(nwp533_open, gdev_prn_output_page, nwp533_close);
-gx_device_printer far_data gs_nwp533_device =
+const gx_device_printer far_data gs_nwp533_device =
prn_device(nwp533_procs, "nwp533",
PAPER_XDOTS * 10.0 / DPI, /* width_10ths */
PAPER_YDOTS * 10.0 / DPI, /* height_10ths */