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

Commit 40aecac

Browse files
authored
Merge pull request #708 from lorenzopivetta/fix-tango-const-comma
Fix tango const comma
2 parents 8fd3b4d + 97df348 commit 40aecac

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
@@ -1187,7 +1187,7 @@ enum ZmqCmdCode {
11871187
ZMQ_DISCONNECT_EVENT,
11881188
ZMQ_CONNECT_MCAST_EVENT,
11891189
ZMQ_DELAY_EVENT,
1190-
ZMQ_RELEASE_EVENT,
1190+
ZMQ_RELEASE_EVENT
11911191
};
11921192

11931193
typedef struct _SendEventType

0 commit comments

Comments
 (0)