mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
* Added license information * Cleaned up Makefile PR: 220973 Submitted by: Aaron Baugher (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11897
12 lines
333 B
C
12 lines
333 B
C
--- gopher/form.c.orig 2003-08-18 16:58:14 UTC
|
|
+++ gopher/form.c
|
|
@@ -288,7 +288,8 @@ FORMgetAskdata(GopherObj *gs, FORM *form
|
|
case ITEM_UNINIT: /* Unhandled cases... */
|
|
case ITEM_LABEL:
|
|
case ITEM_FILENAME:
|
|
- }
|
|
+ break;
|
|
+ }
|
|
}
|
|
responses[respnum++] = NULL;
|
|
}
|