summaryrefslogtreecommitdiff
path: root/src/quickfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index b791d6042..366e4bd92 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -1101,7 +1101,7 @@ restofline:
}
/* return number of matches */
retval = qi->qf_lists[qi->qf_curlist].qf_count;
- goto qf_init_ok;
+ goto qf_init_end;
}
EMSG(_(e_readerrf));
error2:
@@ -1109,13 +1109,12 @@ error2:
qi->qf_listcount--;
if (qi->qf_curlist > 0)
--qi->qf_curlist;
-qf_init_ok:
+qf_init_end:
if (fd != NULL)
fclose(fd);
free_efm_list(&fmt_first);
qf_clean_dir_stack(&dir_stack);
qf_clean_dir_stack(&file_stack);
-qf_init_end:
vim_free(namebuf);
vim_free(errmsg);
vim_free(pattern);