libfsimage: fix bad header guard
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 25 Apr 2016 14:39:03 +0000 (09:39 -0500)
committerWei Liu <wei.liu2@citrix.com>
Mon, 25 Apr 2016 16:12:40 +0000 (17:12 +0100)
The #ifndef / #define value used was not consistent so it did not
function as a proper header guard.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libfsimage/ufs/ufs.h

index 4e7c736c6d903fcaaf0707426b709fde79e1083b..62135f3a4639b68b80c54785929926d3feb26c30 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 #ifndef _GRUB_UFS_H
-#define _GRUB_UFS_H_
+#define _GRUB_UFS_H
 
 /* ufs specific constants */
 #define UFS_SBLOCK     16