Fix build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38161 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2010-08-16 20:58:35 +00:00
parent 7a4000a8ea
commit 6e23be561a

View File

@ -227,7 +227,7 @@ GlyphLayoutEngine::LayoutGlyphs(GlyphConsumer& consumer,
if (!entry->WriteLock()) {
FontCache::Default()->Recycle(entry);
return NULL;
return false;
}
// Update the FontCacheReference, since the locking kind changed.