11 Jan
2017
11 Jan
'17
8:51 p.m.
Bruno Jesus <00cpxxx(a)gmail.com> writes:
On Wed, Jan 11, 2017 at 6:14 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
André Hentschel <nerv(a)dawncrow.de> writes:
Signed-off-by: André Hentschel <nerv(a)dawncrow.de> --- dlls/iphlpapi/iphlpapi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This doesn't look to me like an improvement.
It is an improvement because a same name variable is declared inside a for [2] lines below this one. So reducing the scope will make the variables no longer overlap.
It's a different scope, they already don't overlap. It's done the same way as the v4 case above it. -- Alexandre Julliard julliard(a)winehq.org