diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-02-07 20:47:54 +0100 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2009-02-07 21:58:17 +0100 |
commit | d591c7d1b87c61ee8add2fce689e35cf097eed4f (patch) | |
tree | 0ff60ff5d30c524c51996dab5bf34dd39ada99a6 /mi/mizerarc.c | |
parent | 00226d0b589595cdd45c75e7e28237334a8883b1 (diff) |
mi: kill a few warnings
Diffstat (limited to 'mi/mizerarc.c')
-rw-r--r-- | mi/mizerarc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/mizerarc.c b/mi/mizerarc.c index 9c8df3415..ad84c0123 100644 --- a/mi/mizerarc.c +++ b/mi/mizerarc.c @@ -709,7 +709,7 @@ miZeroPolyArc(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc *parcs) int n, maxw = 0; xArc *arc; int i; - DDXPointPtr points, pts, oddPts; + DDXPointPtr points, pts, oddPts = NULL; DDXPointPtr pt; int numPts; Bool dospans; |