Author: pjd
Date: Sun Feb 17 11:47:58 2013
New Revision: 246906
URL: http://svnweb.freebsd.org/changeset/base/246906

Log:
  Add break to the default case.

Modified:
  head/sys/kern/kern_sig.c

Modified: head/sys/kern/kern_sig.c
==============================================================================
--- head/sys/kern/kern_sig.c    Sun Feb 17 11:47:30 2013        (r246905)
+++ head/sys/kern/kern_sig.c    Sun Feb 17 11:47:58 2013        (r246906)
@@ -3130,6 +3130,7 @@ corefile_open(const char *comm, uid_t ui
                        break;
                default:
                        sbuf_putc(&sb, format[i]);
+                       break;
                }
        }
        free(hostname, M_TEMP);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to