The open source OpenXR runtime

ipc: Fix error checking macro

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2619>

authored by

Jakob Bornecrantz and committed by
Marge Bot
80f8afd8 c04a216d

+1 -1
+1 -1
src/xrt/ipc/client/ipc_client_compositor.c
··· 345 345 handles, // handles 346 346 image_count, // handles 347 347 &id); // out 348 - IPC_CHK_AND_RET(icc->ipc_c, xret, "ipc_call_swapchain_create"); 348 + IPC_CHK_AND_RET(icc->ipc_c, xret, "ipc_call_swapchain_import"); 349 349 350 350 struct ipc_client_swapchain *ics = U_TYPED_CALLOC(struct ipc_client_swapchain); 351 351 ics->base.base.image_count = image_count;