using stls should not enable new CAPAs
[apps/madmutt.git] / lib-ui / query.c
index f9bdc7a..a9415e4 100644 (file)
@@ -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)