freebsd-ports/math/guppi/files/patch-src_libguppiplot_guppi-text-block.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
252 B
C

--- src/libguppiplot/guppi-text-block.c.orig Mon Sep 6 14:59:32 2004
+++ src/libguppiplot/guppi-text-block.c Mon Sep 6 14:59:39 2004
@@ -900,6 +900,7 @@
default:
/* Do nothing. */
+ ;
}
render_stack_evolve (stack, tt);