From 1b88e197fa1516e4cdcfe13edee1778c798ef3f9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 01:41:23 +0000 Subject: 2001-03-31 Roland McGrath * pids.h: Fix obsolescent #endif syntax. --- utils/pids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pids.h b/utils/pids.h index 8b192b5a..dcf87e81 100644 --- a/utils/pids.h +++ b/utils/pids.h @@ -1,8 +1,8 @@ /* Pid parsing/frobbing - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997,2001 Free Software Foundation, Inc. - Written by Miles Bader + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -44,4 +44,4 @@ struct pids_argp_params /* A parser for selecting a set of pids. */ extern struct argp pids_argp; -#endif __PIDS_H__ +#endif /* __PIDS_H__ */ -- cgit v1.2.3