Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit d300e61

Browse files
authored
Merge pull request #709 from t-b/fix-tango-const-comma-backport
Remove extra comma
2 parents 975a4ee + ee60df1 commit d300e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppapi/server/tango_const.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ enum ZmqCmdCode {
11671167
ZMQ_DISCONNECT_EVENT,
11681168
ZMQ_CONNECT_MCAST_EVENT,
11691169
ZMQ_DELAY_EVENT,
1170-
ZMQ_RELEASE_EVENT,
1170+
ZMQ_RELEASE_EVENT
11711171
};
11721172

11731173
typedef struct _SendEventType

0 commit comments

Comments
 (0)