Fix renaming error in script

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-06 17:24:56 +02:00
parent 8119dad588
commit 48573f8337

View File

@ -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;
}