Clean address_keeper const-ness warnings
[claws.git] / src / plugins / address_keeper / address_keeper.c
index c742f94959d66da6a86676702ee6f40b038d666c..aa6866abf1a66edb816f574e0e529ceecad7e653 100644 (file)
@@ -95,7 +95,7 @@ gchar *get_comment_from_addr(const gchar *addr)
  *
  * @return TRUE if given address matches any of the patterns, FALSE otherwise.
  */
-gboolean matches_blocked_address(const gchar *addr, MatcherList *blocked)
+gboolean matches_blocked_address(gchar *addr, MatcherList *blocked)
 {
        if (blocked != NULL) {
                MsgInfo info;