diff options
author | Ezra Peisach <epeisach@mit.edu> | 2011-04-22 19:37:32 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2011-04-22 19:37:32 +0000 |
commit | 94d561ff962bc8e6982e6355ba7efac909395f1f (patch) | |
tree | e46fb9c719c301a70d5b3ea34629d28d81f73e27 /src | |
parent | 0967e62546910f1a18c4f9dfbfe78e44e864b763 (diff) | |
download | krb5-94d561ff962bc8e6982e6355ba7efac909395f1f.tar.gz krb5-94d561ff962bc8e6982e6355ba7efac909395f1f.tar.xz krb5-94d561ff962bc8e6982e6355ba7efac909395f1f.zip |
Close comment in #endif for KRB5_DEPRECATED to avoid warning of
/* in open comment.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24894 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/include/krb5/krb5.hin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 76b507729..89c3481ad 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -1979,7 +1979,7 @@ krb5_cc_get_name(krb5_context context, krb5_ccache cache); */ krb5_error_code KRB5_CALLCONV krb5_cc_gen_new(krb5_context context, krb5_ccache *cache); -#endif /* KRB5_DEPRECATED / +#endif /* KRB5_DEPRECATED */ /** Initialize credentials cache. * |