From b8c1c3df062f7353ab5ab0f7c39dc83766f0262e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 12 Apr 2020 23:31:12 +0200 Subject: Fix -Wmissing-prototypes build warnings --- src/caja-query-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-query-editor.c') diff --git a/src/caja-query-editor.c b/src/caja-query-editor.c index 80cedf72..0a20b04d 100644 --- a/src/caja-query-editor.c +++ b/src/caja-query-editor.c @@ -485,7 +485,7 @@ tags_row_free_data (CajaQueryEditorRow *row) { } -gchar * +static gchar * xattr_tags_list_to_str (const GList *tags) { gchar *result = NULL; -- cgit v1.2.1