Const-ify character string
Obtained from: Apple Inc. (Libc 997.90.3) MFC after: 3 days
This commit is contained in:
parent
c236d64745
commit
905dd80f80
@ -118,7 +118,7 @@ link_addr(addr, sdl)
|
||||
return;
|
||||
}
|
||||
|
||||
static char hexlist[] = "0123456789abcdef";
|
||||
static const char hexlist[] = "0123456789abcdef";
|
||||
|
||||
char *
|
||||
link_ntoa(sdl)
|
||||
|
Loading…
Reference in New Issue
Block a user