Make this build with gcc 3.4 (#509419)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 25 Jan 2008 17:50:49 +0000 (17:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 25 Jan 2008 17:50:49 +0000 (17:50 +0000)
2008-01-25  Matthias Clasen  <mclasen@redhat.com>

        * 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
gio/fam/fam-helper.c

index 0f9b619..84e32a8 100644 (file)
@@ -1,5 +1,10 @@
 2008-01-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
+       build with gcc 3.4  (#509419)
+
+2008-01-25  Matthias Clasen  <mclasen@redhat.com>
+
        * gfilemonitor.c: Add references to g_file_monitor_file/directory()
        (#509994, Murray Cumming)
 
index 4301f12..98927cb 100644 (file)
@@ -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)
     {