X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Frpcrt4%2Fndr_marshall.c;h=21baba74ac11823d98e9f8efb6a7fe4f0f0a6563;hp=b71f07b8c99659c4de9eb18a2fe141f19eb248ab;hb=6b17088fa16e4c075b9a388fc5ab41daa296bf68;hpb=0f3ce680b58be52111d3714502749f437c08b8de diff --git a/rostests/winetests/rpcrt4/ndr_marshall.c b/rostests/winetests/rpcrt4/ndr_marshall.c index b71f07b8c99..21baba74ac1 100644 --- a/rostests/winetests/rpcrt4/ndr_marshall.c +++ b/rostests/winetests/rpcrt4/ndr_marshall.c @@ -2433,11 +2433,9 @@ static void test_MesEncodeFixedBufferHandleCreate(void) status = MesEncodeFixedBufferHandleCreate(buffer, 0, &encoded_size, &handle); todo_wine ok(status == RPC_S_INVALID_ARG, "got %d\n", status); -if (status == RPC_S_OK) -{ +if (status == RPC_S_OK) { MesHandleFree(handle); } - status = MesEncodeFixedBufferHandleCreate(buffer, 32, NULL, &handle); ok(status == RPC_S_INVALID_ARG, "got %d\n", status);