>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Andre> On Fri, May 11, 2007 at 01:12:14AM +0200, Uwe Stöhr wrote:
>> - } - return lang_pack; + } else + return lang_pack;
>> }

Andre> Everytime I see

Andre>  if (...) { ... } else return ...;

Andre> I get the feeling that it'd better changed to

Andre>  if (!...) return ...; ...

Very good point.

JMarc

Reply via email to