mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add more parenthesis to the definition of ARRAY_LENGTH
This commit is contained in:
+1
-1
@@ -565,7 +565,7 @@ STATIC int format_helper_exit_status(unsigned char child_state,
|
||||
|
||||
const char *libor_get_digests(void);
|
||||
|
||||
#define ARRAY_LENGTH(x) (sizeof(x)) / sizeof(x[0])
|
||||
#define ARRAY_LENGTH(x) ((sizeof(x)) / sizeof(x[0]))
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user