pidgin/pidgin

Parents 08cb47165790
Children 732fde496206
mark jabber_client_normalize as static as it should have been

Testing Done:
Compiled and verified the warning went away and no new ones cropped up.

Reviewed at https://reviews.imfreedom.org/r/264/
--- a/libpurple/protocols/jabber/jabber.c Thu Dec 03 22:29:01 2020 -0600
+++ b/libpurple/protocols/jabber/jabber.c Fri Dec 04 02:56:46 2020 -0600
@@ -2653,7 +2653,7 @@
jabber_id_free(jid);
}
-const char *
+static const gchar *
jabber_client_normalize(PurpleProtocolClient *client, PurpleAccount *account,
const gchar *who)
{