aboutsummaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldblib.c b/ldblib.c
index a9a84c50..77018986 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -24,7 +24,7 @@
24** The hook table at registry[HOOKKEY] maps threads to their current 24** The hook table at registry[HOOKKEY] maps threads to their current
25** hook function. 25** hook function.
26*/ 26*/
27static const char* HOOKKEY = "_HOOKKEY"; 27static const char *const HOOKKEY = "_HOOKKEY";
28 28
29 29
30/* 30/*