summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-26 14:03:53 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-26 14:03:53 +0000
commit023c4acf5c4ded54dabd904800afb651869e81b3 (patch)
tree806cf47d7d1f95fef01df598996f1549405f5db7
parent139d85874cfbf52a50adbad0db1c4d1e98439de3 (diff)
downloadkrb5-023c4acf5c4ded54dabd904800afb651869e81b3.tar.gz
krb5-023c4acf5c4ded54dabd904800afb651869e81b3.tar.xz
krb5-023c4acf5c4ded54dabd904800afb651869e81b3.zip
forgot to /* */ a comment on #endif
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1787 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/crypto/md4/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/md4/md4.c b/src/lib/crypto/md4/md4.c
index 8b8bc8cbc2..1e1be98188 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 */
/*
**********************************************************************