Fix renaming error in script
This commit is contained in:
parent
8119dad588
commit
48573f8337
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ while (my $line = <GREP>)
|
|||
my $found_hl = grep $_ eq $module_name, @high_level_modules;
|
||||
if (!$found_ll && !$found_hl)
|
||||
{
|
||||
mbedtls_printf("Error: Do not know how to handle: $module_name\n");
|
||||
printf("Error: Do not know how to handle: $module_name\n");
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue