mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix indentation
This commit is contained in:
parent
0a846f5f0f
commit
52be2761ae
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ winresize(Window *w, Rectangle r, int safe, int keepextra)
|
|||
r1.min.y = min(y, r.max.y);
|
||||
r1.max.y = r.max.y;
|
||||
}else{
|
||||
draw(screen, r1, textcols[BACK], nil, ZP);
|
||||
draw(screen, r1, textcols[BACK], nil, ZP);
|
||||
r1.min.y = y;
|
||||
r1.max.y = y;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue