pspp-cvs
[Top][All Lists]
Advanced

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

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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/piechart.c
Date: Sat, 07 May 2005 20:13:20 -0400

Index: pspp/src/piechart.c
diff -u pspp/src/piechart.c:1.7 pspp/src/piechart.c:1.8
--- pspp/src/piechart.c:1.7     Fri Apr 29 01:02:15 2005
+++ pspp/src/piechart.c Sun May  8 00:13:19 2005
@@ -54,9 +54,7 @@
   int i;
   double total_magnetude=0;
 
-  struct chart *ch;
-
-  ch = chart_create();
+  struct chart *ch = chart_create();
 
   const double left_label = ch->data_left + 
     (ch->data_right - ch->data_left)/10.0;




reply via email to

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