pidgin/pidgin

Mark purple_media_error as printf-like

21 months ago, Elliott Sales de Andrade
114cb45a1309
Mark purple_media_error as printf-like

Though nothing uses it anyway.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/1856/
// SPDX-FileCopyrightText: 2021 GNOME Foundation
// SPDX-License-Identifier: LGPL-2.1-or-later
// A map between namespaces and base URLs for their online documentation
baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gnt3', 'https://docs.imfreedom.org/gnt3/' ],
[ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]