Fix a warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-08-03 16:03:03 +00:00
parent af8f9c3135
commit 9f981a889b
1 changed files with 1 additions and 0 deletions

View File

@ -1534,6 +1534,7 @@ BControlLook::DrawSplitter(BView* view, BRect& rect, const BRect& updateRect,
col2 = background; col2 = background;
break; break;
case 3: case 3:
default:
col1 = background; col1 = background;
col2 = light; col2 = light;
num = 0; num = 0;