summaryrefslogtreecommitdiff
path: root/src/caja-query-editor.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-12 23:31:12 +0200
committerraveit65 <[email protected]>2022-07-20 23:48:03 +0200
commitfe04d297617d05191a1adcc4609260e68051739a (patch)
tree5181c180efb12ec8ba441a851a32a6a47f3f817e /src/caja-query-editor.c
parentfabb934ec6fc53ac19cc59ce68d224818d511803 (diff)
downloadcaja-fe04d297617d05191a1adcc4609260e68051739a.tar.bz2
caja-fe04d297617d05191a1adcc4609260e68051739a.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 4875591d..debaf41f 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;