Minor: Corrected indentation

This commit is contained in:
tomch 2006-11-28 16:34:21 +00:00
parent 1832b7ccef
commit 8a96d655c6
1 changed files with 6 additions and 5 deletions

View File

@ -386,12 +386,13 @@ void DrawStatusArea (HDC passdc, int drawflags)
RECT rect = {0,0,8,8};
DrawBitmapRect(dc,x+12,y+8,&rect,diskbitmap[iDrive1Status]);
DrawBitmapRect(dc,x+30,y+8,&rect,diskbitmap[iDrive2Status]);
if (g_bApple2e)
{
RECT rect = {0,0,30,8};
DrawBitmapRect(dc,x+7,y+19,&rect,capsbitmap[bCaps != 0]);
if (g_bApple2e)
{
RECT rect = {0,0,30,8};
DrawBitmapRect(dc,x+7,y+19,&rect,capsbitmap[bCaps != 0]);
}
}
}
if (drawflags & DRAW_TITLE)
{