Fixed typo in printf output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -627,7 +627,7 @@ private:
|
|||||||
error = partition->CreateChild(start, size, type, NULL,
|
error = partition->CreateChild(start, size, type, NULL,
|
||||||
parameters.String());
|
parameters.String());
|
||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
printf("Creating the partiiton failed: %s\n", strerror(error));
|
printf("Creating the partition failed: %s\n", strerror(error));
|
||||||
}
|
}
|
||||||
|
|
||||||
void _WriteChanges()
|
void _WriteChanges()
|
||||||
|
|||||||
Reference in New Issue
Block a user