ports/math/gnumeric/files/patch-plugins::html::html.c
Joe Marcus Clarke 03d4563c99 Unbreak with GCC 3.4.2.
Submitted by:	Anish Mistry <mistry.7@osu.edu>
Approved by:	portmgr (implicit)
2004-09-20 20:38:31 +00:00

10 lines
220 B
C

--- plugins/html/html.c.orig Sun Sep 19 16:34:22 2004
+++ plugins/html/html.c Sun Sep 19 16:34:43 2004
@@ -410,6 +410,7 @@
"</HEAD>\n<BODY>\n", fp);
break;
default:
+ break;
}
sheets = workbook_sheets (wb);