From 7bd1e53753de7176eb0b23f2bf19ad2235dec826 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 4 Oct 2019 16:17:04 -0300 Subject: Fixed a warning and other minor issues Fixed some minor issues from the feedback for 5.4-beta rc1. --- ldblib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldblib.c') diff --git a/ldblib.c b/ldblib.c index a9a84c50..77018986 100644 --- a/ldblib.c +++ b/ldblib.c @@ -24,7 +24,7 @@ ** The hook table at registry[HOOKKEY] maps threads to their current ** hook function. */ -static const char* HOOKKEY = "_HOOKKEY"; +static const char *const HOOKKEY = "_HOOKKEY"; /* -- cgit v1.2.3-55-g6feb