svn commit: r306429 - stable/9/usr.sbin/portsnap/phttpget
Ed Maste
emaste at FreeBSD.org
Thu Sep 29 01:56:33 UTC 2016
Author: emaste
Date: Thu Sep 29 01:56:31 2016
New Revision: 306429
URL: https://svnweb.freebsd.org/changeset/base/306429
Log:
MFC (part of) r298089 by pfg: Cleanup unnecessary semicolons
(Merged from stable/10 r306428)
Modified:
stable/9/usr.sbin/portsnap/phttpget/phttpget.c
Directory Properties:
stable/9/usr.sbin/portsnap/phttpget/ (props changed)
Modified: stable/9/usr.sbin/portsnap/phttpget/phttpget.c
==============================================================================
--- stable/9/usr.sbin/portsnap/phttpget/phttpget.c Thu Sep 29 01:53:29 2016 (r306428)
+++ stable/9/usr.sbin/portsnap/phttpget/phttpget.c Thu Sep 29 01:56:31 2016 (r306429)
@@ -598,7 +598,7 @@ main(int argc, char *argv[])
fd = open(fname, O_CREAT | O_TRUNC | O_WRONLY, 0644);
if (fd == -1)
errx(1, "open(%s)", fname);
- };
+ }
/* Read the message and send data to fd if appropriate */
if (chunked) {
More information about the svn-src-stable-9
mailing list