Hi Lucas,

> Constify method tables with the following commands:
> 
> find . -name '*.[ch]' -exec sed -i \
>            's/\(c\)\(GDBusSignalTable .* =\)/\1 const \2/g' {} \;
> 
> find . -name '*.[ch]' -exec sed -i \
>            's/\(c\)\(GDBusMethodTable .* =\)/\1 const \2/g' {} \;
> ---
>  plugins/ofono.c |    2 +-
>  src/service.c   |   12 ++++++------
>  2 files changed, 7 insertions(+), 7 deletions(-)

all 12 patches have been applied.

Regards

Marcel


_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to