diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |
27 | static const char* HOOKKEY = "_HOOKKEY"; | 27 | static const char *const HOOKKEY = "_HOOKKEY"; |
28 | 28 | ||
29 | 29 | ||
30 | /* | 30 | /* |