Skip to content

Commit

Permalink
squash commits, bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpcpc committed Jul 24, 2020
1 parent d8c5a7c commit c23f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
struct dirent *de;

static int i, cval, randf, rflag, lflag, pflag = 0;
static size_t len = 255;
static size_t len = BUFF;
static char *line, *sval, *mode, *conf, *evar, *eval, *seq = NULL;
static char sel[BUFF];
static FILE *fp;
Expand Down

0 comments on commit c23f79d

Please sign in to comment.