From: Lars Date: Wed, 30 Jul 2014 08:40:42 +0000 (+0200) Subject: put macro value in parentheses X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=e641a32566620c71a6bde2d35a6dba208e9b631a;p=meshlink put macro value in parentheses --- 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;