Update sources for APT group

This commit is contained in:
Aoran Zeng
2024-11-21 08:54:49 +08:00
parent d4ecd8dc1e
commit 9e6ff663f9
9 changed files with 49 additions and 29 deletions

View File

@@ -782,7 +782,7 @@ main (int argc, char const *argv[])
char *msg = CliOpt_InEnglish ? "Please provide the target name you want to set the source. " MSG_EN_USE_LIST_TARGETS
: "请您提供想要设置源的目标名。" MSG_CN_USE_LIST_TARGETS;
chsrc_error (msg);
return Exit_Unknown
return Exit_Unknown;
}
target = argv[cli_arg_Target_pos];