mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-17 08:44:21 +08:00
Adjust assertion
This commit is contained in:
@@ -371,7 +371,7 @@ cli_print_target_features (Feature_t f, const char *input_target_name)
|
||||
printf (" %s%s\n\n %s\n", bdgreen(HalfYesMark), purple(locally_msg), f.cap_locally_explain);br();
|
||||
break;
|
||||
default:
|
||||
xy_unreach;
|
||||
xy_unreached();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1011,7 +1011,7 @@ chsrc_conclude (Source_t *source)
|
||||
else
|
||||
{
|
||||
fprintf (stderr, "chsrc: Wrong change type: %d\n", ProgMode_ChgType);
|
||||
xy_unreach;
|
||||
xy_unreached();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1217,7 +1217,7 @@ chsrc_prepend_to_file (const char *str, const char *filename)
|
||||
char *cmd = NULL;
|
||||
if (xy_on_windows)
|
||||
{
|
||||
xy_unimplement;
|
||||
xy_unimplemented();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user