Hi,

thanks for the patch, minor fixes:

 - always do a space between the conditional statements:

   replace:   if(something){}
   by       :   if (something) {}

- if a string is a constant, do a macro to avoid strlen() as for every
cycle it will do the same...

i am applying the patch and we will do the fixes later.

so far, thanks for implement the missing parameters object!!

cheers



On Wed, Mar 21, 2012 at 1:29 PM, Sourabh Chandak <[email protected]> wrote:
> ---
>  plugins/duda/duda_api.c      |   26 +++++++++
>  plugins/duda/duda_api.h      |   11 ++++
>  plugins/duda/example/hello.c |  117 ++++++++++++++++++++++++++++++++++++++---
>  plugins/duda/webservice.c    |    2 +-
>  plugins/duda/webservice.h    |    2 +
>  5 files changed, 148 insertions(+), 10 deletions(-)
>
>
> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey
>



-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://www.monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to