Fixed typo in header guard.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24709 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2008-03-31 18:41:12 +00:00
parent 3c3b25a889
commit af134c1d5e
+2 -2
View File
@@ -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