C89 compliance; remove comma

pull/1089/head
Anthony Hu 2026-07-09 10:30:11 -04:00 committed by Daniel Pouzzner
parent 331b2c4c97
commit 974f4fd39a
1 changed files with 1 additions and 1 deletions

View File

@ -1413,7 +1413,7 @@ enum WS_MessageIdLimits {
MSGIDLIMIT_RESERVED_MAX = 191, MSGIDLIMIT_RESERVED_MAX = 191,
/* Local Extensions: */ /* Local Extensions: */
MSGIDLIMIT_EXTENDED_MIN = 192, MSGIDLIMIT_EXTENDED_MIN = 192,
MSGIDLIMIT_EXTENDED_MAX = 255, MSGIDLIMIT_EXTENDED_MAX = 255
}; };
/* Message ID bounds checking. */ /* Message ID bounds checking. */