From: John Kohl Date: Thu, 8 Nov 1990 17:59:05 +0000 (+0000) Subject: use comments after #endif X-Git-Tag: krb5-1.0-alpha3~144 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=573dd77ab2b47d6ffe1e9326f022bd5f8d858ce8;p=krb5.git use comments after #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1449 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb425/sendauth.c b/src/lib/krb425/sendauth.c index 0a5394500..2d73748e1 100644 --- a/src/lib/krb425/sendauth.c +++ b/src/lib/krb425/sendauth.c @@ -250,4 +250,4 @@ char *service; return(cc); return(KSUCCESS); } -#endif ATHENA_COMPAT +#endif /* ATHENA_COMPAT */