[gs-cvs] rev 8100 - trunk/gs/src
alexcher at ghostscript.com
alexcher at ghostscript.com
Wed Jul 4 12:09:09 PDT 2007
Author: alexcher
Date: 2007-07-04 12:09:09 -0700 (Wed, 04 Jul 2007)
New Revision: 8100
Modified:
trunk/gs/src/gdevdflt.c
Log:
Add a newline to a debug printf. Bug 689330.
Modified: trunk/gs/src/gdevdflt.c
===================================================================
--- trunk/gs/src/gdevdflt.c 2007-07-04 17:30:44 UTC (rev 8099)
+++ trunk/gs/src/gdevdflt.c 2007-07-04 19:09:09 UTC (rev 8100)
@@ -32,7 +32,7 @@
#ifdef DEBUG
/* sanity check */
if (new_polarity == GX_CINFO_POLARITY_UNKNOWN) {
- dprintf("set_cinfo_polarity: illegal operand");
+ dprintf("set_cinfo_polarity: illegal operand\n");
return;
}
#endif
More information about the gs-cvs
mailing list