Just use int for mode

This commit is contained in:
sin 2014-11-20 17:26:47 +00:00
parent fe48fbc4e1
commit 64aac9b504
1 changed files with 1 additions and 1 deletions

2
grep.c
View File

@ -24,7 +24,7 @@ static int sflag;
static int vflag;
static int xflag;
static int many;
static char mode;
static int mode;
struct pattern {
char *pattern;