diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-01-18 15:05:08 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-01-18 15:05:08 +0000 |
| commit | 6063721804c09a97108bbfa372bb9caf29b9e5b7 (patch) | |
| tree | 421156ea5e527d70f22428677cbe1b8ed4955ab0 /src | |
| parent | 7f1e03c64e0590a487c041715237187afe24b01f (diff) | |
| download | krb5-6063721804c09a97108bbfa372bb9caf29b9e5b7.tar.gz krb5-6063721804c09a97108bbfa372bb9caf29b9e5b7.tar.xz krb5-6063721804c09a97108bbfa372bb9caf29b9e5b7.zip | |
use /* */ for comments on #endif
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@122 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/prototype/prototype.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <krb5/copyright.h> |
