ipc: Fix doc warning

This commit is contained in:
Ryan Pavlik 2021-02-01 11:34:08 -06:00 committed by Jakob Bornecrantz
parent cfab11355d
commit c4108035ea

View file

@ -74,7 +74,7 @@ struct ipc_connection
* @param xina Optional native image allocator for client-side allocation. Takes * @param xina Optional native image allocator for client-side allocation. Takes
* ownership if one is supplied. * ownership if one is supplied.
* @param xdev Taken in but not used currently @todo remove this param? * @param xdev Taken in but not used currently @todo remove this param?
* @param[out] out_xcn Pointer to receive the created xrt_system_compositor. * @param[out] out_xcs Pointer to receive the created xrt_system_compositor.
*/ */
int int
ipc_client_create_system_compositor(struct ipc_connection *ipc_c, ipc_client_create_system_compositor(struct ipc_connection *ipc_c,