X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxtools.c;h=08694554d6c30698a8d806647fe2aeab189ef772;hp=7772273410a62bd8a1010ab22fb15d5d5de92962;hb=9ed9a87914fc9a590967d46de404e0f6290b7bb2;hpb=8f67c24d3250b417099a27525c3ef14ab1c7b3db diff --git a/lib/gfxtools.c b/lib/gfxtools.c index 7772273..0869455 100644 --- a/lib/gfxtools.c +++ b/lib/gfxtools.c @@ -234,7 +234,7 @@ void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*r, float phas return; } if(r[0]<0 || phase<0) { - fprintf(stderr, "gfxtool: invalid (negative) dashes: %f, phase=%f", r[0], phase); + fprintf(stderr, "gfxtool: invalid (negative) dashes: %f, phase=%f\n", r[0], phase); return; }