From 6063721804c09a97108bbfa372bb9caf29b9e5b7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 18 Jan 1990 15:05:08 +0000 Subject: [PATCH] use /* */ for comments on #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@122 dc483132-0cff-0310-8789-dd5450dbe970 --- src/prototype/prototype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index 9ee6b257f..d696daf06 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -13,6 +13,6 @@ #ifndef lint static char <<< rcsid_module_c >>>[] = "$Id$"; -#endif lint +#endif /* lint */ #include -- 2.26.2