const-ize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,7 +47,7 @@ RCSID("$Id$");
|
||||
static void
|
||||
reverse (unsigned char *s)
|
||||
{
|
||||
static unsigned char tbl[] = {
|
||||
static const unsigned char tbl[] = {
|
||||
0x0,
|
||||
0x8,
|
||||
0x4,
|
||||
|
Reference in New Issue
Block a user