mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-20 09:51:39 +08:00
Update template
This commit is contained in:
@@ -559,8 +559,8 @@ get_target (const char *input, TargetOp code, char *option)
|
||||
|
||||
if (target->featfn)
|
||||
{
|
||||
FeatInfo fi = target->featfn("");
|
||||
cli_print_target_features (fi, input);
|
||||
FeatInfo f = target->featfn("");
|
||||
cli_print_target_features (f, input);
|
||||
}
|
||||
}
|
||||
else if (TargetOp_Measure_Source==code)
|
||||
|
Reference in New Issue
Block a user