<br><br><div class="gmail_quote">On 20 March 2011 17:07, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Sun, Mar 20, 2011 at 12:58:27PM +0530, akash mehrotra wrote :<br>
<div class="im">> Output of git diff status.xml is attached<br>
<br>
</div>Please send a correct git patch.<br>
<br>
<br>
>    <vlc id="if" param1="command value 'pl_play' strcmp 0 =" /><br>
> -    <vlc id="rpn" param1="id value vlc_play" /><br>
> +    <vlc id="if" param1="stream_state value 'paused' strcmp 0 =" /><br>
> +      <vlc id="rpn" param1="vlc_pause"/><br>
> +       <vlc id="else" /><br>
Indentation of this else is worong.<br>
<br>
Best Regards,<br>
<font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a><br>
+33 672 704 734<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div>Have updated the documentation, and fixed the indentation. I was unable 
to check for trailing spaces, or send this mail using git send-email . 
Have attached the patches here.<br>
Attached the output of "git format-patch -0 patches origin" for the 2 files<br>
Please tell if any other changes are needed.