From 7ddd4ae15db78c8c31b51645ce215bc97929167a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 9 May 2012 08:43:49 +0200 Subject: [PATCH] Move comment to correct function --- src/output/cairo-chart.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/output/cairo-chart.c b/src/output/cairo-chart.c index 6625452122..56b35290a6 100644 --- a/src/output/cairo-chart.c +++ b/src/output/cairo-chart.c @@ -308,7 +308,7 @@ xrchart_write_title (cairo_t *cr, const struct xrchart_geometry *geom, } -/* Set the scale for the ordinate */ + static void xrchart_write_scale (cairo_t *cr, struct xrchart_geometry *geom, double smin, double smax, int ticks, enum tick_orientation orient) @@ -335,6 +335,7 @@ xrchart_write_scale (cairo_t *cr, struct xrchart_geometry *geom, } } +/* Set the scale for the ordinate */ void xrchart_write_yscale (cairo_t *cr, struct xrchart_geometry *geom, double smin, double smax, int ticks) -- 2.30.2