mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app: fix a build warning.
Fixes: > app/core/gimp-user-install.c:762:1: warning: no previous declaration for ‘user_update_post_process_menurc_over20’ [-Wmissing-declarations]
This commit is contained in:
parent
5556a6708e
commit
2056fb1dd3
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ user_update_menurc_over20 (const GMatchInfo *matched_value,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
gchar *
|
||||
static gchar *
|
||||
user_update_post_process_menurc_over20 (gpointer user_data)
|
||||
{
|
||||
GString *string = g_string_new (NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue