Skip to content

Commit df6393d

Browse files
committed
Parenthesize MAX_TIMERS macro
F/781
1 parent 4d0cf30 commit df6393d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wolfip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct wolfIP_udp_datagram;
7070
struct wolfIP_icmp_packet;
7171

7272
/* Fixed size binary heap: each element is a timer. */
73-
#define MAX_TIMERS MAX_TCPSOCKETS * 3
73+
#define MAX_TIMERS (MAX_TCPSOCKETS * 3)
7474

7575
/* Constants */
7676
#define ICMP_ECHO_REPLY 0

0 commit comments

Comments
 (0)