mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:05:44 +01:00
Fix merge issue
This commit is contained in:
parent
862d503c01
commit
b85725c958
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user