mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix build warning error
This commit is contained in:
parent
128be2bd2e
commit
4db6b74de7
1 changed files with 2 additions and 2 deletions
4
third_party/less/position.c
vendored
4
third_party/less/position.c
vendored
|
@ -166,8 +166,8 @@ public int empty_lines(int s, int e)
|
|||
public void get_scrpos(struct scrpos *scrpos, int where)
|
||||
{
|
||||
int i;
|
||||
int dir;
|
||||
int last;
|
||||
int dir = 0;
|
||||
int last = 0;
|
||||
|
||||
switch (where)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue