Quick buildfix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2008-04-12 10:27:04 +00:00
parent 59234b36ce
commit b6d44561ff
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ LegacyBootDrive::ReadPartitions(BMessage *settings)
settings->AddString("disk", path.Path());
diskFound = true;
#if not USE_SECOND_DISK
#if !USE_SECOND_DISK
// ignored in test build
off_t size = sizeof(kBootLoader);
if (!recorder.HasPartitions() || recorder.FirstOffset() < size)