pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/plot-chart.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/plot-chart.c
Date: Wed, 26 Oct 2005 01:07:26 -0400

Index: pspp/src/plot-chart.c
diff -u pspp/src/plot-chart.c:1.6 pspp/src/plot-chart.c:1.7
--- pspp/src/plot-chart.c:1.6   Mon Jun 13 06:51:13 2005
+++ pspp/src/plot-chart.c       Wed Oct 26 05:06:14 2005
@@ -58,7 +58,7 @@
   if (d == NULL)
     return NULL;
   
-  chart = xmalloc(sizeof(struct chart) );
+  chart = xmalloc (sizeof *chart);
   d->class->initialise_chart(d, chart);
   if (!chart->lp) 
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]