From c0e301ee71a62608deaaf1e4f5015397cc5023a9 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 30 Oct 2018 15:34:01 +0100 Subject: Buildfix --- src/universe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/universe.c b/src/universe.c index ca94930..e733838 100644 --- a/src/universe.c +++ b/src/universe.c @@ -34,7 +34,7 @@ THE SOFTWARE. #include "uniquekey.h" // crc64/we of string "UNIVERSE_REGKEY" generated at http://www.nitrxgen.net/hashgen/ -static DECLARE_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f); +static DECLARE_CONST_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f); // ################################################################################################ -- cgit v1.2.3-55-g6feb