diff options
Diffstat (limited to 'ufed-curses-checklist.c')
-rw-r--r-- | ufed-curses-checklist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ufed-curses-checklist.c b/ufed-curses-checklist.c index 61e0de5..f55cf66 100644 --- a/ufed-curses-checklist.c +++ b/ufed-curses-checklist.c @@ -202,11 +202,11 @@ static void free_flags(void) static int drawflag(sFlag* flag, bool highlight) { + int idx = 0; + int usedY = 0; + int line = flag->currline; char buf[wWidth(List)+1]; char desc[maxDescWidth]; - int idx = 0; - int usedY = 0; - int line = flag->currline; // Return early if there is nothing to display: if (!isFlagLegal(flag)) |