Avoid compiler warning.

This commit is contained in:
Mike Pall 2010-04-23 15:38:08 +02:00
parent ab45481199
commit a6c52d80a2

View File

@ -23,7 +23,7 @@ enum {
REGFUNC_NOREGUV REGFUNC_NOREGUV
}; };
static void libdef_name(char *p, int kind) static void libdef_name(const char *p, int kind)
{ {
size_t n = strlen(p); size_t n = strlen(p);
if (kind != LIBINIT_STRING) { if (kind != LIBINIT_STRING) {