[gnome-settings-daemon] housekeeping: Use void when no parameters to function
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] housekeeping: Use void when no parameters to function
- Date: Thu, 14 Oct 2010 15:53:40 +0000 (UTC)
commit 826de890a80692da47721191e4e58b171691f81e
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 14 16:14:18 2010 +0100
housekeeping: Use void when no parameters to function
plugins/housekeeping/gsd-ldsm-trash-empty.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/housekeeping/gsd-ldsm-trash-empty.c b/plugins/housekeeping/gsd-ldsm-trash-empty.c
index 29fc007..d0ff32e 100644
--- a/plugins/housekeeping/gsd-ldsm-trash-empty.c
+++ b/plugins/housekeeping/gsd-ldsm-trash-empty.c
@@ -323,7 +323,7 @@ trash_empty_confirmation_response (GtkDialog *dialog,
}
static gboolean
-trash_empty_require_confirmation ()
+trash_empty_require_confirmation (void)
{
GConfClient *client;
gboolean require_confirmation = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]