forgot an extern declaration
This commit is contained in:
parent
df9fd28f9a
commit
ebe68f650a
2 changed files with 2 additions and 1 deletions
1
screen.c
1
screen.c
|
@ -83,6 +83,7 @@ dofloat(void) {
|
|||
}
|
||||
restack();
|
||||
}
|
||||
|
||||
void
|
||||
dotile(void) {
|
||||
unsigned int i, n, nx, ny, nw, nh, mw, mh, tw, th;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue