[gs-cvs] rev 7004 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Fri Aug 25 17:43:26 PDT 2006
Author: giles
Date: 2006-08-25 17:43:26 -0700 (Fri, 25 Aug 2006)
New Revision: 7004
Modified:
trunk/gs/src/gsptype1.c
Log:
Fix comment formatting.
Modified: trunk/gs/src/gsptype1.c
===================================================================
--- trunk/gs/src/gsptype1.c 2006-08-23 01:42:29 UTC (rev 7003)
+++ trunk/gs/src/gsptype1.c 2006-08-26 00:43:26 UTC (rev 7004)
@@ -404,7 +404,7 @@
int code;
/* Adjust the stepping matrix so all coefficients are >= 0. */
- if (xx == 0 || yy == 0) { /* We know that both xy and yx are non-zero. */
+ if (xx == 0 || yy == 0) { /* We know that both xy and yx are non-zero. */
double temp;
temp = xx, xx = yx, yx = temp;
More information about the gs-cvs
mailing list