Author: emaste
Date: Thu Sep 29 01:53:29 2016
New Revision: 306428
URL: https://svnweb.freebsd.org/changeset/base/306428
Log:
MFC (part of) r298089 by pfg: Cleanup unnecessary semicolons
Modified:
stable/10/usr.sbin/portsnap/phttpget/phttpget.c
Modified: stable/10/usr.sbin/portsnap/phttpget/phttpget.c
==============================================================================
--- stable/10/usr.sbin/portsnap/phttpget/phttpget.c Thu Sep 29 01:47:02
2016 (r306427)
+++ stable/10/usr.sbin/portsnap/phttpget/phttpget.c Thu Sep 29 01:53:29
2016 (r306428)
@@ -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) {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"