1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-26 15:07:59 +08:00

Fix merge issue

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-15 11:58:10 +02:00
parent 862d503c01
commit b85725c958

View File

@ -96,7 +96,7 @@ cleanup:
if( ret != 0 ) if( ret != 0 )
{ {
polarssl_printf( "\nAn error occurred.\n" ); mbedtls_printf( "\nAn error occurred.\n" );
ret = 1; ret = 1;
} }