Spacing (no tabs).

This commit is contained in:
William McBrine
2018-12-11 21:31:54 -05:00
parent 38a25ec34a
commit 0bf83a8123

View File

@@ -145,6 +145,6 @@ int setsyx(int y, int x)
{
curscr->_leaveit = FALSE;
wmove(curscr, y, x);
return OK;
return OK;
}
}