[patch] stray commas

2010-06-10 Thread Mark Brand
Hi, File gio/gioenums.h b/gio/gioenums.h in glib-2.25.7.tar.bz2 has some stray commas at the end of enums that gcc 4.5 does not like. This patch removes them. -Mark diff -urN a/gio/gioenums.h b/gio/gioenums.h --- a/gio/gioenums.h 2010-05-24 18:39:22.0 +0200 +++ b/gio/gioenums.h

[patch] stray commas

2010-06-05 Thread Mark Brand
Hi, File gio/gioenums.h b/gio/gioenums.h in glib-2.25.7.tar.bz2 has some stray commas at the end of enums that gcc 4.5 does not like. This patch removes them. -Mark diff -urN a/gio/gioenums.h b/gio/gioenums.h --- a/gio/gioenums.h 2010-05-24 18:39:22.0 +0200 +++ b/gio/gioenums.h

Re: [patch] stray commas

2010-06-05 Thread Javier Jardón
2010/6/5 Mark Brand mabr...@mabrand.nl:  Hi, File gio/gioenums.h b/gio/gioenums.h in glib-2.25.7.tar.bz2 has some stray commas at the end of enums that gcc 4.5 does not like. This patch removes them. Hey Mark, thanks for your patch but this issue was already fixed: