From: Matthias Clasen Date: Fri, 25 Jan 2008 17:50:49 +0000 (+0000) Subject: Make this build with gcc 3.4 (#509419) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d7a1dddbc7781fcc206f2cb33ac483238968d20e;p=dana%2Fcg-glib.git 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 --- 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) {