mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-12 08:21:54 +03:00
Fix renaming error in script
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user