From af134c1d5e218b755a65b7e0a238d5973d9105b4 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Mon, 31 Mar 2008 18:41:12 +0000 Subject: [PATCH] Fixed typo in header guard. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24709 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bootman/TestBootDrive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/bootman/TestBootDrive.h b/src/apps/bootman/TestBootDrive.h index 81201839bb..0fcc2b61fa 100644 --- a/src/apps/bootman/TestBootDrive.h +++ b/src/apps/bootman/TestBootDrive.h @@ -3,7 +3,7 @@ * Distributed under the terms of the MIT License. */ #ifndef TEST_BOOT_DRIVE_H -#define TEST_BOOT_DRIVER_H +#define TEST_BOOT_DRIVE_H #include "BootDrive.h" @@ -20,4 +20,4 @@ public: virtual status_t RestoreMasterBootRecord(BFile *file); }; -#endif // TEST_BOOT_DRIVER_H +#endif // TEST_BOOT_DRIVE_H