Remove unnecessary special cases in cg_mark_range

This commit is contained in:
Bert Münnich
2018-06-09 11:52:48 +02:00
parent 7efcf55a5f
commit cc476be7cc
2 changed files with 1 additions and 6 deletions

2
main.c
View File

@ -57,7 +57,7 @@ fileinfo_t *files;
int filecnt, fileidx;
int alternate;
int markcnt;
int toggledidx = -1;
int toggledidx;
int prefix;
bool extprefix;