From d7a1dddbc7781fcc206f2cb33ac483238968d20e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 25 Jan 2008 17:50:49 +0000 Subject: [PATCH] Make this build with gcc 3.4 (#509419) 2008-01-25 Matthias Clasen * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this build with gcc 3.4 (#509419) svn path=/trunk/; revision=6378 --- gio/ChangeLog | 5 +++++ gio/fam/fam-helper.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 0f9b619b..84e32a85 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-01-25 Matthias Clasen + + * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this + build with gcc 3.4 (#509419) + 2008-01-25 Matthias Clasen * gfilemonitor.c: Add references to g_file_monitor_file/directory() diff --git a/gio/fam/fam-helper.c b/gio/fam/fam-helper.c index 4301f12e..98927cbf 100644 --- a/gio/fam/fam-helper.c +++ b/gio/fam/fam-helper.c @@ -42,7 +42,7 @@ struct _fam_sub }; static GFileMonitorEvent -fam_event_to_file_monitor_event (enum FAMCodes code) +fam_event_to_file_monitor_event (FAMCodes code) { switch (code) { -- 2.34.1