mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
Fix bug in event_desc macro introduced in change 187071.
Copied from Perforce Change: 187081 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
5681e48d58
commit
ae41e87726
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue