Fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30563 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-05-02 12:31:53 +00:00
parent d3efa398b9
commit c65cf0ae1a

View File

@ -1240,7 +1240,7 @@ ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link)
fLink.StartMessage(B_OK);
for (int32 i = 0; i < 3; i++) {
ServerFont* font;
ServerFont* font = NULL;
switch (i) {
case 0:
font = &fPlainFont;