From 7f1b54370c0693f74c24568c384ddae2daf1e602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Jun 2007 12:30:55 +0000 Subject: [PATCH] (nametypes) += static const. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/principal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/principal.c b/lib/krb5/principal.c index 319a58e52..5cb3b9652 100644 --- a/lib/krb5/principal.c +++ b/lib/krb5/principal.c @@ -1219,7 +1219,7 @@ krb5_sname_to_principal (krb5_context context, return ret; } -struct { +static const struct { const char *type; int32_t value; } nametypes[] = {