mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
build: Add missing "static" keyword where it should be used
Otherwise we fail to build with -Werror=missing-prototypes. https://bugzilla.gnome.org/show_bug.cgi?id=687385
This commit is contained in:
@@ -92,7 +92,7 @@ action_info_free (gpointer user_data)
|
||||
g_slice_free (ActionInfo, info);
|
||||
}
|
||||
|
||||
ActionInfo *
|
||||
static ActionInfo *
|
||||
action_info_new_from_iter (GVariantIter *iter)
|
||||
{
|
||||
const gchar *param_str;
|
||||
|
Reference in New Issue
Block a user