Missing return. BeOS style add-ons seem to work again (tested with ramfs).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-03-01 15:29:02 +00:00
parent 9accd619b8
commit 126db05193

View File

@ -156,6 +156,8 @@ BeOSKernelVolume::GetVNodeType(void* node, int* type)
// the "remove_vnode()" callback), publish_vnode(),
// (x-1)*get_vnode().
}
return B_OK;
}