summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjc_.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/files/patch-bjc250:src:gdevbjc_.c')
-rw-r--r--print/ghostscript-gpl/files/patch-bjc250:src:gdevbjc_.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjc_.c b/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjc_.c
new file mode 100644
index 000000000000..8eaf44e181c0
--- /dev/null
+++ b/print/ghostscript-gpl/files/patch-bjc250:src:gdevbjc_.c
@@ -0,0 +1,14 @@
+--- bjc250/src/gdevbjc_.c.orig Fri Nov 8 06:15:15 2002
++++ bjc250/src/gdevbjc_.c Fri Nov 8 07:43:31 2002
+@@ -54,9 +54,9 @@
+ private dev_proc_put_params(gdev_bjc_put_params);
+ private dev_proc_get_params(gdev_bjc_get_params);
+ const stringParamDescription *
+- paramValueToParam(P2(const stringParamDescription *, int));
++ paramValueToParam(const stringParamDescription *, int);
+ const stringParamDescription *
+- paramStringToParam(P3(const stringParamDescription *, const char *, uint));
++ paramStringToParam(const stringParamDescription *, const char *, uint);
+
+ BJL_command BJL_command_set[] = {
+ { "@Cleaning=1", BJC_BJL_CLEANING, 11},