From b7dbb7d1c7ca8716996b324e6e16de87c6646d7c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 26 Jun 2019 18:37:14 +0100 Subject: [Minor] Fix ODR mess in linking --- contrib/libucl/ucl_msgpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libucl/ucl_msgpack.c') diff --git a/contrib/libucl/ucl_msgpack.c b/contrib/libucl/ucl_msgpack.c index b075c9d7f..1fcdcc875 100644 --- a/contrib/libucl/ucl_msgpack.c +++ b/contrib/libucl/ucl_msgpack.c @@ -438,7 +438,7 @@ static ssize_t ucl_msgpack_parse_ignore (struct ucl_parser *parser, /* * Search tree packed in array */ -struct ucl_msgpack_parser { +static struct ucl_msgpack_parser { uint8_t prefix; /* Prefix byte */ uint8_t prefixlen; /* Length of prefix in bits */ uint8_t fmt; /* The desired format */ -- cgit v1.2.3