freebsd-ports/math/guppi/files/patch-libguppitank_guppi-object-barchart.c
Joe Marcus Clarke 6132935ab6 Fix the build with GCC 3.4.2.
Reported by:	pointyhat
Approved by:	portmgr (implicit)
2004-09-06 19:08:13 +00:00

18 lines
259 B
C

--- libguppitank/guppi-object-barchart.c.orig Mon Sep 6 15:04:13 2004
+++ libguppitank/guppi-object-barchart.c Mon Sep 6 15:04:24 2004
@@ -701,6 +701,7 @@
break;
default:
+ ;
}
}
@@ -733,6 +734,7 @@
break;
default:
+ ;
}
}