diff options
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; |