common: Fix -Wmissing-field-initializers

This commit is contained in:
Fabiano Fidêncio 2014-09-01 15:45:23 +02:00 committed by Christophe Fergeau
parent 6f3918ce7c
commit fbdd4e41c0

View File

@ -2978,7 +2978,7 @@ miWideDashSegment (GCPtr pGC,
double L, l;
double k;
PolyVertexRec vertices[4];
PolyVertexRec saveRight = { 0 }, saveBottom;
PolyVertexRec saveRight = { 0, 0 }, saveBottom;
PolySlopeRec slopes[4];
PolyEdgeRec left[4], right[4];
LineFaceRec lcapFace, rcapFace;