From 670fdefe24437404fd1ca0be6bc83cd08579dea5 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 14 Mar 1997 17:53:35 +0000 Subject: [PATCH] Put text after #endif in a comment (it's illegal otherwise) --- include/login_cap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/login_cap.h b/include/login_cap.h index 90aba94847bb..134f66cb1c01 100644 --- a/include/login_cap.h +++ b/include/login_cap.h @@ -21,7 +21,7 @@ * * Low-level routines relating to the user capabilities database * - * $Id$ + * $Id: login_cap.h,v 1.6 1997/02/23 09:17:13 peter Exp $ */ #ifndef _LOGIN_CAP_H_ @@ -134,5 +134,5 @@ int login_hostok __P((login_cap_t *, const char *, const char *, const char *, c __END_DECLS -#endif _LOGIN_CAP_H_ +#endif /* _LOGIN_CAP_H_ */