diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-12 12:03:04 +0000 |
commit | 8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch) | |
tree | 39173461770e11f8ad331e9aa18365fc4ab2d19f /usr.sbin/mopd/common/file.h | |
parent | bbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff) |
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'usr.sbin/mopd/common/file.h')
-rw-r--r-- | usr.sbin/mopd/common/file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/common/file.h b/usr.sbin/mopd/common/file.h index 1ca11bab037..3db49491dc0 100644 --- a/usr.sbin/mopd/common/file.h +++ b/usr.sbin/mopd/common/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.2 1996/09/21 19:11:33 maja Exp $ */ +/* $OpenBSD: file.h,v 1.3 2001/08/12 12:03:03 heko Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $OpenBSD: file.h,v 1.2 1996/09/21 19:11:33 maja Exp $ + * $OpenBSD: file.h,v 1.3 2001/08/12 12:03:03 heko Exp $ * */ @@ -66,4 +66,4 @@ int GetFileInfo __P((int, u_long *, u_long *, int *, __END_DECLS #endif -#endif _FILE_H_ +#endif /* _FILE_H_ */ |