Re: [PATCH 1/4] Remove initialisers for enum ofono_atom_type.

2011-01-20 Thread Denis Kenzior
Hi Andrew, On 01/19/2011 02:07 AM, Andrzej Zaborowski wrote: They have no effect, enum already ensures the values are unique. --- src/ofono.h | 48 1 files changed, 24 insertions(+), 24 deletions(-) Patch has been applied, thanks.

[PATCH 1/4] Remove initialisers for enum ofono_atom_type.

2011-01-19 Thread Andrzej Zaborowski
They have no effect, enum already ensures the values are unique. --- src/ofono.h | 48 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index 77567c2..badc2ee 100644 --- a/src/ofono.h +++ b/src/ofono.h @@