comparison src/quickfix.c @ 581:ec04f19aed55

updated for version 7.0165
author vimboss
date Thu, 08 Dec 2005 22:00:22 +0000
parents 7052f11a3dc9
children 81fe2ccc1207
comparison
equal deleted inserted replaced
580:90ee46d7f492 581:ec04f19aed55
1672 qf_update_buffer(); 1672 qf_update_buffer();
1673 #endif 1673 #endif
1674 } 1674 }
1675 1675
1676 /* 1676 /*
1677 * free the error list 1677 * Free error list "idx".
1678 */ 1678 */
1679 static void 1679 static void
1680 qf_free(idx) 1680 qf_free(idx)
1681 int idx; 1681 int idx;
1682 { 1682 {