summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-11-13 21:34:14 +0000
committerErik Troan <ewt@redhat.com>2001-11-13 21:34:14 +0000
commitda0918b96704ee03e44c7a76543f9b73d2ce7258 (patch)
treecd7c6566a1b0df8e66175adb25da6fdbfc6030fa
parentede68f19ac7b11da4bc2be61f82786cf80f4360d (diff)
downloadanaconda-da0918b96704ee03e44c7a76543f9b73d2ce7258.tar.gz
anaconda-da0918b96704ee03e44c7a76543f9b73d2ce7258.tar.xz
anaconda-da0918b96704ee03e44c7a76543f9b73d2ce7258.zip
get rid of some extra stuff at end of #endif
-rw-r--r--isys/md-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/md-int.h b/isys/md-int.h
index 51b600557..358f485dd 100644
--- a/isys/md-int.h
+++ b/isys/md-int.h
@@ -287,4 +287,4 @@ typedef struct md_disk_info_s {
#define RAID5_ALGORITHM_LEFT_SYMMETRIC 2
#define RAID5_ALGORITHM_RIGHT_SYMMETRIC 3
-#endif _MD_H
+#endif /* _MD_H */