fix: 合并问题

This commit is contained in:
BingChunMoLi
2025-08-23 14:50:03 +08:00
parent 93088fe4b8
commit c872c9122d
3 changed files with 10 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ pl_ruby_remove_gem_source (const char *source)
cmd = xy_2strcat ("gem sources -r ", source);
chsrc_run (cmd, RunOpt_Default);
}
return false
return false;
}
/**