glib r6378 - in trunk/gio: . fam



Author: matthiasc
Date: Fri Jan 25 17:50:49 2008
New Revision: 6378
URL: http://svn.gnome.org/viewvc/glib?rev=6378&view=rev

Log:
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)




Modified:
   trunk/gio/ChangeLog
   trunk/gio/fam/fam-helper.c

Modified: trunk/gio/fam/fam-helper.c
==============================================================================
--- trunk/gio/fam/fam-helper.c	(original)
+++ trunk/gio/fam/fam-helper.c	Fri Jan 25 17:50:49 2008
@@ -42,7 +42,7 @@
 };
 
 static GFileMonitorEvent 
-fam_event_to_file_monitor_event (enum FAMCodes code)
+fam_event_to_file_monitor_event (FAMCodes code)
 {
   switch (code)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]