diff --git a/src/delete.c b/src/delete.c index 336b504..4fc4d13 100644 --- a/src/delete.c +++ b/src/delete.c @@ -37,7 +37,8 @@ static struct dir *root, *nextsel, *curdir; -static char noconfirm = 0, ignoreerr = 0, state, seloption; +static char noconfirm = 0, ignoreerr = 0, state; +static signed char seloption; static int lasterrno;