Removed extra comma, as -pedantic complains

This commit is contained in:
Sven Almgren
2012-03-15 11:56:34 +01:00
parent 26462c17d8
commit 002b8a2c35

View File

@@ -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) {