Fix bug in event_desc macro introduced in change 187071.

Copied from Perforce
 Change: 187081
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-09-29 09:48:47 +01:00
parent 5681e48d58
commit ae41e87726

View file

@ -355,7 +355,7 @@ Res EventDescribe(Event event, mps_lib_FILE *stream, Count depth)
" event \"$S\"", (WriteFS)#name, \
EVENT_##name##_PARAMS(EVENT_DESC_PARAM, name) \
NULL); \
if (res != ResOK)
if (res != ResOK) \
return res; \
break;