Fix build.

This commit is contained in:
Rene Gollent
2013-09-26 21:00:26 -04:00
parent 9f81ca838c
commit c8f47aeac8
@@ -64,7 +64,7 @@ status_t
BEntryOperationEngineBase::Entry::GetPath(BPath& buffer, const char*& _path)
const
{
status_t error;
status_t error = B_OK;
if (fEntry != NULL) {
error = buffer.SetTo(fEntry);