From 2267d494c6d710117e0cd0722a0b579bcabf2b30 Mon Sep 17 00:00:00 2001 From: dirk Date: Sun, 12 Oct 2014 18:32:02 +0000 Subject: [PATCH] Fixed commments. --- coders/pdf.c | 2 +- coders/ps.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coders/pdf.c b/coders/pdf.c index 97c0d54ad..ce93506a2 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -254,7 +254,7 @@ static MagickBooleanType InvokePDFDelegate(const MagickBooleanType verbose, if (status != 0) { SetArgsStart(command,args_start); - if (status == -101) // quit + if (status == -101) /* quit */ (void) FormatLocaleString(output,MaxTextExtent, "[ghostscript library]%s: %s",args_start,errors); else diff --git a/coders/ps.c b/coders/ps.c index 24da243f0..ede8359e5 100644 --- a/coders/ps.c +++ b/coders/ps.c @@ -244,7 +244,7 @@ static MagickBooleanType InvokePostscriptDelegate( if (status != 0) { SetArgsStart(command,args_start); - if (status == -101) // quit + if (status == -101) /* quit */ (void) FormatLocaleString(output,MaxTextExtent, "[ghostscript library]%s: %s",args_start,errors); else -- 2.40.0