From: John Kohl Date: Tue, 26 Feb 1991 14:30:47 +0000 (+0000) Subject: fix #endif lint X-Git-Tag: krb5-1.0-alpha4~182 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=549550bd120e539ddadd65e5c47fcca386f74dbf;p=krb5.git fix #endif lint git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1790 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/md4/md4driver.c b/src/lib/crypto/md4/md4driver.c index e497ff49b..21ab15439 100644 --- a/src/lib/crypto/md4/md4driver.c +++ b/src/lib/crypto/md4/md4driver.c @@ -6,7 +6,7 @@ #ifndef lint static char rcsid_md4driver_c[] = "$Id$"; -#endif lint +#endif /* lint */ /* **********************************************************************