LocaleRoster.cpp: fix gcc6 build
Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
33bb983188
commit
56d0435fd2
@@ -541,7 +541,7 @@ _InitializeCatalog(void* param)
|
||||
|
||||
// load the catalog for this mimetype
|
||||
entry_ref ref;
|
||||
if (BEntry(info.name).GetRef(&ref) == B_OK && catalog->SetTo(ref) == B_OK);
|
||||
if (BEntry(info.name).GetRef(&ref) == B_OK && catalog->SetTo(ref) == B_OK)
|
||||
return B_OK;
|
||||
|
||||
return B_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user