forgot to /* */ a comment on #endif
authorJohn Kohl <jtkohl@mit.edu>
Tue, 26 Feb 1991 14:03:53 +0000 (14:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 26 Feb 1991 14:03:53 +0000 (14:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1787 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/md4/md4.c

index 8b8bc8cbc2981e1e1c0340cea6178881c1a46eb1..1e1be9818879395a7e6b327e036cb40801cf51fd 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char rcsid_md4_c[] = "$Id$";
-#endif lint
+#endif /* lint */
 
 /*
  **********************************************************************