summaryrefslogtreecommitdiff
path: root/src/caja-query-editor.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-12 23:31:12 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-13 11:39:09 +0200
commitb8c1c3df062f7353ab5ab0f7c39dc83766f0262e (patch)
treef1cd4b88866f300584dc80ea96f87040c351ef74 /src/caja-query-editor.c
parent4a4d7407a30824d8f2d6aa3c43954759152d3df1 (diff)
downloadcaja-b8c1c3df062f7353ab5ab0f7c39dc83766f0262e.tar.bz2
caja-b8c1c3df062f7353ab5ab0f7c39dc83766f0262e.tar.xz
Fix -Wmissing-prototypes build warnings
Diffstat (limited to 'src/caja-query-editor.c')
-rw-r--r--src/caja-query-editor.c2
1 files changed, 1 insertions, 1 deletions
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;