Skip to content

Commit 20c4abe

Browse files
author
Janosch Machowinski
committed
added missing break
1 parent 2405fbe commit 20c4abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConfigurationHelper.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ bool applyConfOnTyplibValue(Typelib::Value &value, const ConfigValue& conf)
602602
Typelib::Value singleChar((void *)( sconf.value.c_str() + i), indirect);
603603
cont.push(value.getData(), singleChar);
604604
}
605+
break;
605606
}
606607
else
607608
{

0 commit comments

Comments
 (0)