mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-21 06:14:43 +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)
|
public void get_scrpos(struct scrpos *scrpos, int where)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int dir;
|
int dir = 0;
|
||||||
int last;
|
int last = 0;
|
||||||
|
|
||||||
switch (where)
|
switch (where)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue