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 0f9b619b7c87ac5c87f875e8b4849a990e55abe2..84e32a85f308da48a9301f4d066a8db309542f3c 100644 (file)
@@ -1,3 +1,8 @@
+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()
index 4301f12e80ec2881ad0076c88a0395756e537aa6..98927cbff52856962c6cb80883c37fd696102d06 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)
     {