From: John Kohl Date: Tue, 26 Feb 1991 14:03:53 +0000 (+0000) Subject: forgot to /* */ a comment on #endif X-Git-Tag: krb5-1.0-alpha4~185 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=023c4acf5c4ded54dabd904800afb651869e81b3;p=krb5.git forgot to /* */ a comment on #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1787 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/md4/md4.c b/src/lib/crypto/md4/md4.c index 8b8bc8cbc..1e1be9818 100644 --- a/src/lib/crypto/md4/md4.c +++ b/src/lib/crypto/md4/md4.c @@ -6,7 +6,7 @@ #ifndef lint static char rcsid_md4_c[] = "$Id$"; -#endif lint +#endif /* lint */ /* **********************************************************************