mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
0fb518c204
* 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
286 B
C
12 lines
286 B
C
--- object/GSgopherobj.c.orig 2003-08-18 16:58:58 UTC
|
|
+++ object/GSgopherobj.c
|
|
@@ -2003,7 +2003,7 @@ GSfromURL(GopherObj *gs, char *urltxt, c
|
|
case news:
|
|
case unset:
|
|
case unknown:
|
|
- }
|
|
+ break;}
|
|
|
|
if (serviceType == ftp) {
|
|
if (!(doneflags & G_PATH)) {
|