Skip to content
Snippets Groups Projects
Commit c32f057a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add missing break.

parent 44b957c8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4469 failed
......@@ -1631,6 +1631,7 @@ edit_list(struct bbslist **list, struct bbslist *item, char *listpath, int isdef
&ini_style);
}
iniSetEnum(&inifile, itemname, "RIP", rip_versions, item->rip, &ini_style);
break;
case 18:
item->force_lcf = !item->force_lcf;
changed = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment