From 59aeb4ed13b43d4686d8a9b72f7c55260ae5b36d Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Thu, 8 Feb 2007 03:19:14 +0000 Subject: Remove double semicolons. From Pierre Riteau . OK jaredy@ and moritz@. --- usr.bin/ftp/fetch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ftp/fetch.c') diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index 5a5f48175bf..f833f7cbdcf 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fetch.c,v 1.71 2007/02/03 05:18:40 ray Exp $ */ +/* $OpenBSD: fetch.c,v 1.72 2007/02/08 03:19:12 ray Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- @@ -38,7 +38,7 @@ */ #if !defined(lint) && !defined(SMALL) -static const char rcsid[] = "$OpenBSD: fetch.c,v 1.71 2007/02/03 05:18:40 ray Exp $"; +static const char rcsid[] = "$OpenBSD: fetch.c,v 1.72 2007/02/08 03:19:12 ray Exp $"; #endif /* not lint and not SMALL */ /* @@ -410,7 +410,7 @@ again: } if (SSL_connect(ssl) <= 0) { ERR_print_errors_fp(ttyout); - goto cleanup_url_get;; + goto cleanup_url_get; } } else { fin = fdopen(s, "r+"); -- cgit v1.2.3