ports/net/gopher/files/patch-gopher_form.c
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

12 lines
318 B
C

--- gopher/form.c.orig Sun Aug 22 15:55:22 2004
+++ gopher/form.c Sun Aug 22 15:55:36 2004
@@ -288,7 +288,8 @@
case ITEM_UNINIT: /* Unhandled cases... */
case ITEM_LABEL:
case ITEM_FILENAME:
- }
+ break;
+ }
}
responses[respnum++] = NULL;
}