st/oxr: Parenthesize macro args.

Found by upcoming modifications.
This commit is contained in:
Ryan Pavlik 2019-06-03 14:11:31 -05:00 committed by Jakob Bornecrantz
parent 74065d49dd
commit e944bcb96f

View file

@ -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