mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
st/oxr: Parenthesize macro args.
Found by upcoming modifications.
This commit is contained in:
parent
74065d49dd
commit
e944bcb96f
|
@ -499,8 +499,8 @@ oxr_session_destroy(struct oxr_logger *log, struct oxr_handle_base *hb)
|
|||
do { \
|
||||
OXR_ALLOCATE_HANDLE_OR_RETURN(LOG, OUT, OXR_XR_DEBUG_SESSION, \
|
||||
oxr_session_destroy, \
|
||||
&SYS->inst->handle); \
|
||||
OUT->sys = SYS; \
|
||||
&(SYS)->inst->handle); \
|
||||
(OUT)->sys = (SYS); \
|
||||
} while (0)
|
||||
|
||||
XrResult
|
||||
|
|
Loading…
Reference in a new issue