winapi: Fix a $blevel / $plevel mismatch.

Francois Gouget fgouget at free.fr
Mon Jun 15 05:32:41 CDT 2009


Ignore this one, I patched the wrong place.


On Mon, 15 Jun 2009, Francois Gouget wrote:
[...]
>  	} elsif(s/^\}//) {
>  	    $blevel--;
> -	    if($blevel <= 0) {
> +	    if($plevel <= 0) {
>  		$self->_parse_c_error($_, $line, $column, "file", "} without {");




-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
             Research is the transformation of money to knowledge.
            Innovation is the transformation of knowledge to money.
                              -- Dr. Hans Meixner



More information about the wine-devel mailing list