diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildvm_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_lib.c b/src/buildvm_lib.c index e77240c5..c98d6312 100644 --- a/src/buildvm_lib.c +++ b/src/buildvm_lib.c | |||
@@ -23,7 +23,7 @@ enum { | |||
23 | REGFUNC_NOREGUV | 23 | REGFUNC_NOREGUV |
24 | }; | 24 | }; |
25 | 25 | ||
26 | static void libdef_name(char *p, int kind) | 26 | static void libdef_name(const char *p, int kind) |
27 | { | 27 | { |
28 | size_t n = strlen(p); | 28 | size_t n = strlen(p); |
29 | if (kind != LIBINIT_STRING) { | 29 | if (kind != LIBINIT_STRING) { |