make profiles const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24047 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-11-23 22:05:05 +00:00
parent a5013943ed
commit ed56de38d9

View File

@@ -107,7 +107,7 @@ wind_stringprep(const uint32_t *in, size_t in_len,
return ret;
}
static struct {
const static struct {
const char *name;
wind_profile_flags flags;
} profiles[] = {