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) {
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to