<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Besides by changing from :<br>
<br>
    } else {<br>
        if ((x) == -1))<br>
            return -1;<br>
<br>
to<br>
<br>
    } else if ((x) == -1) {<br>
            return -1;<br>
<br>
Everything else inside the else if after the return -1 becomes dead</blockquote><div><br></div><div>Yes it becomes dead, but there is nothing left in the 'else if' block.</div><div><br></div><div>Regards,</div><div>Michal</div><div> </div></div><br></div></div>