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:
Anas Nashif 2025-06-13 07:52:45 -04:00
commit d4a2b7dc57

View file

@ -360,6 +360,7 @@ static inline const char *extract_flags(struct conversion *conv,
break;
default:
loop = false;
break;
}
if (loop) {
++sp;