more or less cosmetical fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16242 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-02-06 10:15:48 +00:00
parent db5734a452
commit a7250011e8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ FontStyle::Lock()
void void
FontStyle::Unlock() FontStyle::Unlock()
{ {
return sFontLock.Unlock(); sFontLock.Unlock();
} }