summaryrefslogtreecommitdiff
path: root/src/nautilus-self-check-functions.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2005-08-12 18:11:30 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2005-08-12 18:11:30 +0000
commit612994012f6efa8b3e8403389e7b2d507767d557 (patch)
treecc0a363af4990604b95a802b89365a9400a56e80 /src/nautilus-self-check-functions.c
parent4d71d0161b9abdcaf6b1b1fa209aeb215cfac122 (diff)
downloadnautilus-612994012f6efa8b3e8403389e7b2d507767d557.tar.gz
Lots of cleanups. Closes bug #313094 and bug #149714
2005-08-12 Kjartan Maraas <kmaraas@gnome.org> Lots of cleanups. Closes bug #313094 and bug #149714 * libnautilus-private/nautilus-directory-background.c: (nautilus_file_background_write_desktop_default_settings): ANSIfication * libnautilus-private/nautilus-file.c: Mark some variables static. * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_get_selection): Return NULL not FALSE. * libnautilus-private/nautilus-icon-factory.c: (nautilus_icon_factory_get_thumbnail_factory): ANSIfication * libnautilus-private/nautilus-metafile.c: Static variables * libnautilus-private/nautilus-program-choosing.c: (slowly_and_stupidly_obtain_timestamp): Sparse fix * src/file-manager/fm-icon-view.c: (fm_icon_view_get_background_widget): FALSE vs NULL * src/file-manager/fm-list-view.c: (filename_cell_data_func): Plug a leak. Bug #313094. * src/file-manager/fm-tree-model.c: (fm_tree_model_iter_get_file): NULL vs 0. * src/nautilus-bookmark-list.c: (nautilus_bookmark_list_get_file_path), (nautilus_bookmark_list_load_file): ANSIfication * src/nautilus-bookmarks-window.c: (bookmarks_delete_bookmark): ANSIfication * src/nautilus-main.c: (slowly_and_stupidly_obtain_timestamp): NULL vs 0. * src/nautilus-self-check-functions.c: (nautilus_run_self_checks): ANSIfication
Diffstat (limited to 'src/nautilus-self-check-functions.c')
-rw-r--r--src/nautilus-self-check-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-self-check-functions.c b/src/nautilus-self-check-functions.c
index 59c47dc10..fe7a51619 100644
--- a/src/nautilus-self-check-functions.c
+++ b/src/nautilus-self-check-functions.c
@@ -32,7 +32,7 @@
#include "nautilus-self-check-functions.h"
-void nautilus_run_self_checks()
+void nautilus_run_self_checks(void)
{
NAUTILUS_FOR_EACH_SELF_CHECK_FUNCTION (NAUTILUS_CALL_SELF_CHECK_FUNCTION)
}