use /* */ for comments on #endif
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 15:05:08 +0000 (15:05 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 15:05:08 +0000 (15:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@122 dc483132-0cff-0310-8789-dd5450dbe970

src/prototype/prototype.c

index 9ee6b257f32c9207674540ad0ebab7de7934bd68..d696daf0686d627f0d164a93f2e7959868eee0ba 100644 (file)
@@ -13,6 +13,6 @@
 #ifndef        lint
 static char <<< rcsid_module_c >>>[] =
 "$Id$";
-#endif lint
+#endif /* lint */
 
 #include <krb5/copyright.h>