Subcommand to export a model as a C function
[pspp-builds.git] / src / piechart.c
index d4cec9295c53fef6146b1ed6c92b85daef499f13..dd889c334cfb39e4e9fac62de83f6c21f81a04fb 100644 (file)
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 
 #include "config.h"
@@ -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;