* Fixed style.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32066 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-08-03 10:04:43 +00:00
parent 082caf3919
commit b25988572f

View File

@ -1,5 +1,5 @@
/*
* Copyright 2001-2008, Haiku.
* Copyright 2001-2009, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -511,7 +511,7 @@ FontManager::_PrecacheFontFile(const ServerFont* font)
while (true) {
// We just want the file in the kernel file cache...
ssize_t read = file.Read(buffer, bufferSize);
if (read < (ssize_t) bufferSize)
if (read < (ssize_t)bufferSize)
break;
}