From d6f676daaf88bd4768cd715c0ce88531f599e609 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 1 Jun 2005 21:51:55 +0000 Subject: updated for version 7.0078 --- src/quickfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quickfix.c') 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 */ -- cgit v1.2.1