X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fplot-chart.c;h=bfe38c8192f105da9453c6dc7c7b5f79296568f5;hb=47106fcdfb1a24d0fff77dc0323c3c4d4a30daa4;hp=a866f4f371c5e7d1a04cd66f0aa4a74c07a48832;hpb=33a381c1da6c8a92ad8e1809e64a4953e9586b26;p=pspp diff --git a/src/plot-chart.c b/src/plot-chart.c index a866f4f371..bfe38c8192 100644 --- a/src/plot-chart.c +++ b/src/plot-chart.c @@ -58,7 +58,7 @@ chart_create(void) if (d == NULL) return NULL; - chart = xmalloc(sizeof(struct chart) ); + chart = xmalloc (sizeof *chart); d->class->initialise_chart(d, chart); if (!chart->lp) {