Fixed missing return value in SetType().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@882 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
49aeab331d
commit
657fea1c08
@ -1521,7 +1521,7 @@ BMimeType::StopWatching(BMessenger target)
|
||||
status_t
|
||||
BMimeType::SetType(const char *mimeType)
|
||||
{
|
||||
SetTo(mimeType);
|
||||
return SetTo(mimeType);
|
||||
}
|
||||
|
||||
// DeleteAppHint
|
||||
|
Loading…
Reference in New Issue
Block a user