mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Fix the missing `break`
This commit is contained in:
parent
d1ec1f0dd8
commit
b8d8ceb7b4
|
|
@ -64,6 +64,7 @@ os_opensuse_setsrc (char *option)
|
|||
if (choice == 1)
|
||||
{
|
||||
chsrc_run_as_bash_file (RAWSTR_os_openSUSE_leap_in_bash);
|
||||
break;
|
||||
}
|
||||
if (choice == 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue