From 74331aa50b203b70e0e4e095697b0c6e5ab1fd19 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 8 Mar 2021 13:36:45 +0100 Subject: caja-dropbox: reset_all_files is a static function --- src/caja-dropbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caja-dropbox.c b/src/caja-dropbox.c index c7e8930..fc50188 100644 --- a/src/caja-dropbox.c +++ b/src/caja-dropbox.c @@ -107,7 +107,7 @@ reset_file(CajaFileInfo *file) { caja_file_info_invalidate_extension_info(file); } -gboolean +static gboolean reset_all_files(CajaDropbox *cvs) { /* Only run this on the main loop or you'll cause problems. */ -- cgit v1.2.1