Add break to the default case.

This commit is contained in:
Pawel Jakub Dawidek 2013-02-17 11:47:58 +00:00
parent 4881a5950e
commit 6c08be2b88

View File

@ -3130,6 +3130,7 @@ corefile_open(const char *comm, uid_t uid, pid_t pid, struct thread *td,
break;
default:
sbuf_putc(&sb, format[i]);
break;
}
}
free(hostname, M_TEMP);