mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-07 16:31:00 +00:00
Minor: Corrected indentation
This commit is contained in:
parent
1832b7ccef
commit
8a96d655c6
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user