config: add missing return to save a few cycles

This commit is contained in:
Johan Malm 2024-01-01 17:11:51 +00:00 committed by Johan Malm
parent 84fcb99884
commit a63f858f58

View file

@ -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);