X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fquery.c;fp=lib-ui%2Fquery.c;h=a9415e454d9f2931ab53be22d1911957fef09a74;hp=f9bdc7a66895a0dbb4abe09556e68e9569f8e8d6;hb=19806c1ee3019ddf9facf23eb19a13c128abfba9;hpb=981e10e224fde4de5d40adcee1deda89df2715ca diff --git a/lib-ui/query.c b/lib-ui/query.c index f9bdc7a..a9415e4 100644 --- a/lib-ui/query.c +++ b/lib-ui/query.c @@ -205,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)