summaryrefslogtreecommitdiff
path: root/coders/pes.c
diff options
context:
space:
mode:
authorcristy <urban-warrior@git.imagemagick.org>2011-05-19 18:07:50 +0000
committercristy <urban-warrior@git.imagemagick.org>2011-05-19 18:07:50 +0000
commit1e604812fad85bb96f757a2393015ae3d061c39a (patch)
treed8d27c885a7434ae37e2936c5090397f667e8989 /coders/pes.c
parentb51dff5c0d16a4c1b69ff683e786cb3b4c467694 (diff)
downloadImageMagick-1e604812fad85bb96f757a2393015ae3d061c39a.tar.gz
Diffstat (limited to 'coders/pes.c')
-rw-r--r--coders/pes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coders/pes.c b/coders/pes.c
index d62c7aa7c..0a76dec83 100644
--- a/coders/pes.c
+++ b/coders/pes.c
@@ -635,8 +635,8 @@ static Image *ReadPESImage(const ImageInfo *image_info,ExceptionInfo *exception)
for (i=0; i < (ssize_t) number_blocks; i++)
{
offset=blocks[i].offset;
- (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" fill=\"none\" "
- "d=\"M %g %g",blocks[i].color->red,blocks[i].color->green,
+ (void) FormatLocaleFile(file," <path stroke=\"#%02x%02x%02x\" "
+ "fill=\"none\" d=\"M %g %g",blocks[i].color->red,blocks[i].color->green,
blocks[i].color->blue,stitches[offset].x-bounds.x1,
stitches[offset].y-bounds.y1);
for (j=1; j < (ssize_t) (blocks[i+1].offset-offset); j++)