Hi Mahesh!

thanks for your patch! good catch, as we did not tried Android tool
chain with the last release we did not catch this.

I need to request you a minor changes to accept your patch:

   - We do not use tabs, we use spaces, each tab is 4 spaces. Please
use a text editor which understand the indentation rules specified at
the first line of each .c or .h
   - on every conditional we use the { in the same line, not in the next, e.g:

     if (something) {
         ...
     }
     else {
         ....
     }

please do that minor changes and resubmit your patch,

cheers!

On Tue, Mar 20, 2012 at 11:31 AM, Mahesh Gondi <[email protected]> wrote:
> Greetings,
>
> replaced deprecated err() calls with mk_err().
>
> Regards,
> Mahesh Gondi,
> IT-BHU, India.
>
> _______________________________________________
> 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