X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfshape.c;h=1bc84c22c97211cf9b8d86a0de1cb8aad0468ea2;hb=6fb490b06a074e4cceb2999e188f0ac70bfac1c5;hp=183ef72b7198434c3a0067830ac531cf2dae49a9;hpb=79bc71eef9020ca26a9b427073d92e184f407e2a;p=swftools.git diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 183ef72..1bc84c2 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -416,7 +416,7 @@ int swf_ShapeSetLine(TAG * t,SHAPE * s,S32 x,S32 y) if(b >= 18) { if(b >= 18 + 4) { /* do not split into more than 16 segments. If the line is *that* long, something's broken */ - fprintf(stderr, "Warning: Line to %.2f,%.2f is too long", (double)x,(double)y); + fprintf(stderr, "Warning: Line to %.2f,%.2f is too long\n", (double)x,(double)y); return -1; } else { /* split line */