diff options
-rw-r--r-- | plugins/housekeeping/msd-ldsm-trash-empty.c | 2 | ||||
-rw-r--r-- | plugins/housekeeping/msd-ldsm-trash-empty.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.c b/plugins/housekeeping/msd-ldsm-trash-empty.c index 69a8a42..1909f30 100644 --- a/plugins/housekeeping/msd-ldsm-trash-empty.c +++ b/plugins/housekeeping/msd-ldsm-trash-empty.c @@ -378,7 +378,7 @@ trash_empty_show_confirmation_dialog () } void -msd_ldsm_trash_empty () +msd_ldsm_trash_empty (void) { if (trash_empty_confirm_dialog) gtk_window_present (GTK_WINDOW (trash_empty_confirm_dialog)); diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.h b/plugins/housekeeping/msd-ldsm-trash-empty.h index 85b09c0..c65b55c 100644 --- a/plugins/housekeeping/msd-ldsm-trash-empty.h +++ b/plugins/housekeeping/msd-ldsm-trash-empty.h @@ -22,6 +22,6 @@ #include <gtk/gtk.h> -void msd_ldsm_trash_empty (); +void msd_ldsm_trash_empty (void); #endif /* _msd_ldsm_trash_empty_h_ */ |