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:
@@ -3,7 +3,7 @@
|
|||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef TEST_BOOT_DRIVE_H
|
#ifndef TEST_BOOT_DRIVE_H
|
||||||
#define TEST_BOOT_DRIVER_H
|
#define TEST_BOOT_DRIVE_H
|
||||||
|
|
||||||
#include "BootDrive.h"
|
#include "BootDrive.h"
|
||||||
|
|
||||||
@@ -20,4 +20,4 @@ public:
|
|||||||
virtual status_t RestoreMasterBootRecord(BFile *file);
|
virtual status_t RestoreMasterBootRecord(BFile *file);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TEST_BOOT_DRIVER_H
|
#endif // TEST_BOOT_DRIVE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user