Make this build with gcc 3.4 (#509419)

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
This commit is contained in:
Matthias Clasen 2008-01-25 17:50:49 +00:00 committed by Matthias Clasen
parent 64c2dc4a06
commit d7a1dddbc7
2 changed files with 6 additions and 1 deletions

View 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()

View 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)
{