LocaleRoster.cpp: fix gcc6 build

Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
Murai Takashi
2016-05-02 19:18:31 +02:00
committed by Jérôme Duval
parent 33bb983188
commit 56d0435fd2
+1 -1
View File
@@ -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;