diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index c5ba4cbad..41ad00b20 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -49,7 +49,7 @@ struct qfline_S */ #define LISTCOUNT 10 -struct qf_list +static struct qf_list { qfline_T *qf_start; /* pointer to the first error */ qfline_T *qf_ptr; /* pointer to the current error */ |