Skip to content

Commit 974f4fd

Browse files
anhudouzzer
authored andcommitted
C89 compliance; remove comma
1 parent 331b2c4 commit 974f4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssh/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ enum WS_MessageIdLimits {
14131413
MSGIDLIMIT_RESERVED_MAX = 191,
14141414
/* Local Extensions: */
14151415
MSGIDLIMIT_EXTENDED_MIN = 192,
1416-
MSGIDLIMIT_EXTENDED_MAX = 255,
1416+
MSGIDLIMIT_EXTENDED_MAX = 255
14171417
};
14181418

14191419
/* Message ID bounds checking. */

0 commit comments

Comments
 (0)