From a67c415e09ef6eb9f92db28f93a5bf857c01f483 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 6 Jul 1997 21:36:34 +0000 Subject: [PATCH] removed trailing comma git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1982 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 55f2680c1..1756e8ead 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -85,7 +85,7 @@ typedef enum krb5_address_type { enum { AP_OPTS_USE_SESSION_KEY = 1, - AP_OPTS_MUTUAL_REQUIRED = 2, + AP_OPTS_MUTUAL_REQUIRED = 2 }; typedef HostAddress krb5_address;