summaryrefslogtreecommitdiff
path: root/src/main/print-ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/print-ps.c')
-rw-r--r--src/main/print-ps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/print-ps.c b/src/main/print-ps.c
index 62b5437..3bff8a4 100644
--- a/src/main/print-ps.c
+++ b/src/main/print-ps.c
@@ -1,5 +1,5 @@
/*
- * "$Id: print-ps.c,v 1.87.8.1 2007/05/29 01:47:29 rlk Exp $"
+ * "$Id: print-ps.c,v 1.87.8.2 2007/12/15 20:35:49 rlk Exp $"
*
* Print plug-in Adobe PostScript driver for the GIMP.
*
@@ -1096,6 +1096,7 @@ static const stp_printfuncs_t print_ps_printfuncs =
ps_describe_output,
stp_verify_printer_params,
NULL,
+ NULL,
NULL
};