summaryrefslogtreecommitdiff
path: root/sbin/fdisk/mbr.h
diff options
context:
space:
mode:
authorHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
committerHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
commit8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch)
tree39173461770e11f8ad331e9aa18365fc4ab2d19f /sbin/fdisk/mbr.h
parentbbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff)
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'sbin/fdisk/mbr.h')
-rw-r--r--sbin/fdisk/mbr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/mbr.h b/sbin/fdisk/mbr.h
index 30edbed38a4..ce5229fe9a4 100644
--- a/sbin/fdisk/mbr.h
+++ b/sbin/fdisk/mbr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbr.h,v 1.5 2001/01/28 00:51:47 weingart Exp $ */
+/* $OpenBSD: mbr.h,v 1.6 2001/08/12 12:03:01 heko Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -70,5 +70,5 @@ int MBR_write __P((int, off_t, char *));
#error "DEV_BSIZE != 512, somebody better fix me!"
#endif
-#endif _MBR_H
+#endif /* _MBR_H */