aboutsummaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_plotter.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/oleo/files/patch-src_plotter.c
parent8e7fd48a294d7d6e54c6d07989807cff33ab19bd (diff)
Notes
Diffstat (limited to 'math/oleo/files/patch-src_plotter.c')
-rw-r--r--math/oleo/files/patch-src_plotter.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_plotter.c b/math/oleo/files/patch-src_plotter.c
new file mode 100644
index 000000000000..def62641a299
--- /dev/null
+++ b/math/oleo/files/patch-src_plotter.c
@@ -0,0 +1,29 @@
+--- src/plotter.c.orig Wed Jan 19 18:27:00 2005
++++ src/plotter.c Wed Jan 19 18:27:27 2005
+@@ -2639,7 +2639,7 @@
+ case SP_PLOT_PIE:
+ sp_pie_plot_point(mg, point);
+ break;
+- default:
++ default: {}
+ /* ?? */
+ }
+ }
+@@ -2770,7 +2770,7 @@
+ case SP_PLOT_PIE:
+ sp_pie_begin_graph(mg, scale, trans_x, trans_y);
+ break;
+- default:
++ default: {}
+ /* ??? */
+ }
+
+@@ -2790,7 +2790,7 @@
+ case SP_PLOT_PIE:
+ sp_pie_end_graph(mg);
+ break;
+- default:
++ default: {}
+ /* ??? */
+ }
+ }