X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fquery.c;h=a9415e454d9f2931ab53be22d1911957fef09a74;hp=01a9f2dedad4afd1a843952169bdc2fac19c527f;hb=88d239144bf6f50ca1eda6db7742281f0ad0f97f;hpb=dd5354f76c36f71044f6ddeee61241691c7195ff diff --git a/lib-ui/query.c b/lib-ui/query.c index 01a9f2d..a9415e4 100644 --- a/lib-ui/query.c +++ b/lib-ui/query.c @@ -7,12 +7,11 @@ * please see the file GPL in the top level source directory. */ -#include +#include #include #include -#include #include "mutt.h" #include "alias.h" @@ -206,12 +205,12 @@ int mutt_query_complete (char *buf, ssize_t buflen) rfc822_addrcat(buf, buflen, tmpa, 0); address_list_wipe(&tmpa); mutt_clear_error (); - return (0); + return 0; } /* multiple results, choose from query menu */ query_menu (buf, buflen, results, 1); } - return (0); + return 0; } void mutt_query_menu (char *buf, ssize_t buflen)