ports/math/guppi/files/patch-src_libguppiplot_guppi-layout-constraint.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

10 lines
278 B
C

--- src/libguppiplot/guppi-layout-constraint.c.orig Mon Sep 6 15:00:27 2004
+++ src/libguppiplot/guppi-layout-constraint.c Mon Sep 6 15:00:36 2004
@@ -165,6 +165,7 @@
default:
/* Fall through, do nothing. */
+ ;
}
ti = term_info_new (type, factor, geom);