projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b2fcf1
)
Move comment to correct function
author
John Darrington
<john@darrington.wattle.id.au>
Wed, 9 May 2012 06:43:49 +0000
(08:43 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Wed, 9 May 2012 14:23:33 +0000
(16:23 +0200)
src/output/cairo-chart.c
patch
|
blob
|
history
diff --git
a/src/output/cairo-chart.c
b/src/output/cairo-chart.c
index 6625452122a9590c35b9f6cc06f7ac43d365a0c5..56b35290a6572a2098620cf12a4fd8270843f709 100644
(file)
--- 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)