1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-24 06:40:11 +01:00

test: Fix compiler warning

This commit is contained in:
icex2 2020-05-11 00:23:29 +02:00
parent 24b490e36b
commit bf48715466

View File

@ -206,8 +206,8 @@ void _Noreturn check_data_eq_failed(
line, line,
func, func,
"\tIncorrect result: %s\n" "\tIncorrect result: %s\n"
"\tReturn size was: %d\n" "\tReturn size was: %Iu\n"
"\tExected size: %d\n" "\tExected size: %Iu\n"
"\tReturn value was \"%s\"\n" "\tReturn value was \"%s\"\n"
"\tExpected \"%s\"\n\n", "\tExpected \"%s\"\n\n",
expr, expr,