* This fixes the stupid compiler warning reported by Vasilis.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26129 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -307,8 +307,7 @@ class Vnode {
|
|||||||
|
|
||||||
status_t Get(Inode** _inode)
|
status_t Get(Inode** _inode)
|
||||||
{
|
{
|
||||||
if (fStatus == B_OK)
|
*_inode = fInode;
|
||||||
*_inode = fInode;
|
|
||||||
return fStatus;
|
return fStatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user