summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-03-08 13:36:45 +0100
committerraveit65 <[email protected]>2021-03-14 20:37:55 +0100
commit74331aa50b203b70e0e4e095697b0c6e5ab1fd19 (patch)
tree2b8e84bc5e61aa55b3197611befa69f277a9d2fb
parent584dcc5e0a93e0ed6032acf9b218a126da5c3e89 (diff)
downloadcaja-dropbox-74331aa50b203b70e0e4e095697b0c6e5ab1fd19.tar.bz2
caja-dropbox-74331aa50b203b70e0e4e095697b0c6e5ab1fd19.tar.xz
caja-dropbox: reset_all_files is a static function
-rw-r--r--src/caja-dropbox.c2
1 files changed, 1 insertions, 1 deletions
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. */