diff options
Diffstat (limited to 'common/src/txe_event_flags_set_notify.c')
| -rw-r--r-- | common/src/txe_event_flags_set_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/txe_event_flags_set_notify.c b/common/src/txe_event_flags_set_notify.c index 23d59010..b0f4357a 100644 --- a/common/src/txe_event_flags_set_notify.c +++ b/common/src/txe_event_flags_set_notify.c @@ -85,7 +85,7 @@ UINT status; /* Event flags group pointer is invalid, return appropriate error code. */ status = TX_GROUP_ERROR; } - + /* Now check for invalid event group ID. */ else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) { |
