Add break to the default case.
This commit is contained in:
parent
4881a5950e
commit
6c08be2b88
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user