Fix build warning error

This commit is contained in:
Justine Tunney 2023-12-10 08:26:36 -08:00
parent 128be2bd2e
commit 4db6b74de7
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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)
{ {