mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-04 04:30:28 +08:00
添加 xy_noop()
This commit is contained in:
@@ -43,7 +43,7 @@ void
|
||||
wr_homebrew_getsrc (char *option)
|
||||
{
|
||||
int status = system (RAWSTR_wr_homebrew_read_config_cmd);
|
||||
if (status != 0) { /* NOOP */ }
|
||||
if (status != 0) { xy_noop(); }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user