summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2018-06-09 11:52:48 +0200
committerBert Münnich <ber.t@posteo.de>2018-06-09 11:52:48 +0200
commitcc476be7ccdcb573eb045f791091bd956dd88a26 (patch)
tree34df0ae31112446229823dfd21de9446270a8219 /main.c
parent7efcf55a5f8b37150b1e5fa7724b1fd9853a7a3c (diff)
downloadnsxiv-cc476be7ccdcb573eb045f791091bd956dd88a26.tar.zst
Remove unnecessary special cases in cg_mark_range
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b362c3e..ae7f853 100644
--- a/main.c
+++ b/main.c
@@ -57,7 +57,7 @@ fileinfo_t *files;
int filecnt, fileidx;
int alternate;
int markcnt;
-int toggledidx = -1;
+int toggledidx;
int prefix;
bool extprefix;