From e641a32566620c71a6bde2d35a6dba208e9b631a Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 30 Jul 2014 10:40:42 +0200 Subject: [PATCH] put macro value in parentheses --- src/meshlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlink.h b/src/meshlink.h index 85a0cb75..3f8c1c82 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -30,7 +30,7 @@ extern "C" { #endif /// The length in bytes of a signature made with meshlink_sign() -#define MESHLINK_SIGLEN 64 +#define MESHLINK_SIGLEN (64) /// A handle for an instance of MeshLink. typedef struct meshlink_handle meshlink_handle_t; -- 2.39.2