Fixed more gcc 2.95 problems
[pspp-builds.git] / src / piechart.c
index 523809f37b596d025721883b90797f9f38e0f8a0..dd889c334cfb39e4e9fac62de83f6c21f81a04fb 100644 (file)
@@ -54,9 +54,7 @@ piechart_plot(const char *title, const struct slice *slices, int n_slices)
   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;