From: Ezra Peisach Date: Fri, 22 Apr 2011 19:37:32 +0000 (+0000) Subject: Close comment in #endif for KRB5_DEPRECATED to avoid warning of X-Git-Tag: krb5-1.10-alpha1~455 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94d561ff962bc8e6982e6355ba7efac909395f1f;p=krb5.git 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 --- 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. *