Print new line as intended

This commit is contained in:
Denis Kenzior 2009-06-24 19:59:58 -05:00
parent 6793cc7800
commit 97afa57b7a
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ static void test_prepare_concat()
decode_hex_own_buf((char *)l->data, -1, &len, 0, pdu);
if (g_test_verbose())
g_print("PDU Len: %ld", len);
g_print("PDU Len: %ld\n", len);
ok = sms_decode(pdu, len, TRUE, len - 1, &decoded);