X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fquery.c;h=62ecd9a9c45ba1a89c5fd3e09ffe09a3370b0069;hp=11fa388831a4489ac87619a91e4db7f50899ee27;hb=916e4872caf252a5850e64f79427b9dd7808435d;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/lib-ui/query.c b/lib-ui/query.c index 11fa388..62ecd9a 100644 --- a/lib-ui/query.c +++ b/lib-ui/query.c @@ -7,15 +7,8 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include - #include + #include #include @@ -126,7 +119,7 @@ static QUERY *run_query (char *s, int quiet) } } p_delete(&buf); - fclose (fp); + m_fclose(&fp); if (mutt_wait_filter (thepid)) { if (!quiet) mutt_error ("%s", msg);