diff options
author | Pablo Barciela <[email protected]> | 2020-04-12 23:31:12 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-13 11:39:09 +0200 |
commit | b8c1c3df062f7353ab5ab0f7c39dc83766f0262e (patch) | |
tree | f1cd4b88866f300584dc80ea96f87040c351ef74 /src/caja-query-editor.c | |
parent | 4a4d7407a30824d8f2d6aa3c43954759152d3df1 (diff) | |
download | caja-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.c | 2 |
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; |