X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpiechart.c;h=dd889c334cfb39e4e9fac62de83f6c21f81a04fb;hb=b9799cdd10b30ea96d9178b7a0d48504d052228c;hp=d4cec9295c53fef6146b1ed6c92b85daef499f13;hpb=2c4c4a789e9c23478bce195d2ed98bab6064dfc1;p=pspp-builds.git diff --git a/src/piechart.c b/src/piechart.c index d4cec929..dd889c33 100644 --- a/src/piechart.c +++ b/src/piechart.c @@ -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;