mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Removed extra comma, as -pedantic complains
This commit is contained in:
@@ -132,7 +132,7 @@ namespace websocketpp {
|
||||
CONTROL_RSVC = 0xC,
|
||||
CONTROL_RSVD = 0xD,
|
||||
CONTROL_RSVE = 0xE,
|
||||
CONTROL_RSVF = 0xF,
|
||||
CONTROL_RSVF = 0xF
|
||||
};
|
||||
|
||||
inline bool reserved(value v) {
|
||||
|
||||
Reference in New Issue
Block a user