From f528aa5b405292cc7abf83c943c0f35cd8ddc888 Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Sat, 13 Sep 2014 19:33:02 +0000 Subject: [PATCH 04/10] Use proper header guard for Signed-off-by: Marcin Cieslak --- tools/libfsimage/ufs/ufs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libfsimage/ufs/ufs.h b/tools/libfsimage/ufs/ufs.h index 4e7c736..0b178e9 100644 --- a/tools/libfsimage/ufs/ufs.h +++ b/tools/libfsimage/ufs/ufs.h @@ -3,7 +3,7 @@ * Use is subject to license terms. */ -#ifndef _GRUB_UFS_H +#ifndef _GRUB_UFS_H_ #define _GRUB_UFS_H_ /* ufs specific constants */ -- 2.0.2