Fixed typo (missing comma) in file
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:53:58 +0000 (23:53 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Dec 1995 23:53:58 +0000 (23:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7247 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 71b8c8e30b46449114d5abc8795825cd71a5de0d..1e205a730062add43f7c7e0b7ec71ed2715fb588 100644 (file)
@@ -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)"