lib: os: cbprintf_complete: add missing break statement
Add missing break in switch statement. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9dc30f8dec
commit
d4a2b7dc57
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ static inline const char *extract_flags(struct conversion *conv,
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
loop = false;
|
loop = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (loop) {
|
if (loop) {
|
||||||
++sp;
|
++sp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue