From 022716c37fbb66711570208fe4002d9b9c249e8b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 21 Dec 1995 23:53:58 +0000 Subject: [PATCH] Fixed typo (missing comma) in file git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7247 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/error_tables/krb5_err.et | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index 71b8c8e30..1e205a730 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -254,7 +254,7 @@ error_code KRB5_FCC_NOFILE, "No credentials cache file found" error_code KRB5_FCC_INTERNAL, "Internal file credentials cache error" error_code KRB5_CC_WRITE, "Error writing to credentials cache file" error_code KRB5_CC_NOMEM, "No more memory to allocate (in credentials cache code)" -error_code KRB5_CC_FORMAT "Bad format in credentials cache" +error_code KRB5_CC_FORMAT, "Bad format in credentials cache" # errors for dual tgt library calls error_code KRB5_INVALID_FLAGS, "Invalid KDC option combination (library internal error)" -- 2.26.2