diff options
Diffstat (limited to 'do_rects.c')
-rw-r--r-- | do_rects.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ InitRectangles(XParms xp, Parms p, int64_t reps) lw = (lw >> 1) + 1; } - rects = (XRectangle *)malloc(p->objects * sizeof(XRectangle)); + rects = malloc(p->objects * sizeof(XRectangle)); x = lw; y = lw; rows = 0; |