mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
config: add missing return to save a few cycles
This commit is contained in:
parent
84fcb99884
commit
a63f858f58
1 changed files with 1 additions and 0 deletions
|
|
@ -688,6 +688,7 @@ entry(xmlNode *node, char *nodename, char *content)
|
||||||
}
|
}
|
||||||
if (in_libinput_category) {
|
if (in_libinput_category) {
|
||||||
fill_libinput_category(nodename, content);
|
fill_libinput_category(nodename, content);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (in_regions) {
|
if (in_regions) {
|
||||||
fill_region(nodename, content);
|
fill_region(nodename, content);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue