From 6e23be561acbf81a11848763b4c3d1cc6792c550 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Mon, 16 Aug 2010 20:58:35 +0000 Subject: [PATCH] Fix build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38161 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/GlyphLayoutEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/app/GlyphLayoutEngine.h b/src/servers/app/GlyphLayoutEngine.h index 5290c9d971..4801bde107 100644 --- a/src/servers/app/GlyphLayoutEngine.h +++ b/src/servers/app/GlyphLayoutEngine.h @@ -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.