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. --- loadlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadlib.c') diff --git a/loadlib.c b/loadlib.c index d7a3fb23..689767f3 100644 --- a/loadlib.c +++ b/loadlib.c @@ -59,7 +59,7 @@ ** key for table in the registry that keeps handles ** for all loaded C libraries */ -static const char *CLIBS = "_CLIBS"; +static const char *const CLIBS = "_CLIBS"; #define LIB_FAIL "open" -- cgit v1.2.3-55-g6feb