From 140c66c0a2e8085b7401504a77f2066d6699802c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 29 Sep 2004 11:17:13 +0000 Subject: [PATCH] un c99'ify, from Anders.Magnusson@ltu.se git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14271 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/list.c b/admin/list.c index 57744f10d..9718d29e7 100644 --- a/admin/list.c +++ b/admin/list.c @@ -43,6 +43,7 @@ do_list(struct list_options *opt, const char *keytab_string) krb5_keytab keytab; krb5_keytab_entry entry; krb5_kt_cursor cursor; + rtbl_t table; /* XXX specialcase the ANY type */ if(strncasecmp(keytab_string, "ANY:", 4) == 0) { @@ -76,7 +77,6 @@ do_list(struct list_options *opt, const char *keytab_string) printf ("%s:\n\n", keytab_string); - rtbl_t table; table = rtbl_create(); rtbl_add_column_by_id(table, 0, "Vno", RTBL_ALIGN_RIGHT); rtbl_add_column_by_id(table, 1, "Type", 0);