From c3e9169655c1fca8006d3d455381848730531bd4 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Tue, 26 Jan 2016 20:28:36 +0100 Subject: [PATCH] Fix little typo and expand comment. --- plugin/gs/gvloadimage_gs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin/gs/gvloadimage_gs.c b/plugin/gs/gvloadimage_gs.c index 6d9ed3de5..05ba8e2da 100644 --- a/plugin/gs/gvloadimage_gs.c +++ b/plugin/gs/gvloadimage_gs.c @@ -33,7 +33,10 @@ #include -/** Ensure compatibility with Ghostscipt versions newer than 9.16 **/ +/** + * Ensure compatibility with Ghostscipt versions newer than 9.18 + * while maintaining compatibility with the older versions. + **/ #ifndef e_VMerror #define e_VMerror gs_error_VMerror -- 2.40.0