1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Add missing newline character

Signed-off-by: Piotr Nowicki <piotr.nowicki@arm.com>
This commit is contained in:
Piotr Nowicki
2020-04-17 14:37:00 +02:00
parent 5f69cbe2cc
commit 136bebf934
2 changed files with 2 additions and 2 deletions

View File

@@ -4112,7 +4112,7 @@ data_exchange:
if( opt.serialize == 1 )
{
/* nothing to do here, done by context_save() already */
mbedtls_printf( " . Context has been reset... ok" );
mbedtls_printf( " . Context has been reset... ok\n" );
}
/*