iphlpapi: Let C look like C.

Austin English austinenglish at gmail.com
Wed Feb 6 16:16:44 CST 2013


On Feb 6, 2013 11:13 PM, "Michael Stefaniuc" <mstefani at redhat.de> wrote:
>
> ---
>  dlls/iphlpapi/ipstats.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/dlls/iphlpapi/ipstats.c b/dlls/iphlpapi/ipstats.c
> index f8191ba..966d24e 100644
> --- a/dlls/iphlpapi/ipstats.c
> +++ b/dlls/iphlpapi/ipstats.c
> @@ -693,7 +693,7 @@ DWORD WINAPI GetIcmpStatisticsEx(PMIB_ICMP_EX stats,
DWORD family)
>      }
>
>      ret = GetIcmpStatistics(&ipv4stats);
> -    if SUCCEEDED(ret)
> +    if (SUCCEEDED(ret))
>      {
>          stats->icmpInStats.dwMsgs = ipv4stats.stats.icmpInStats.dwMsgs;
>          stats->icmpInStats.dwErrors =
ipv4stats.stats.icmpInStats.dwErrors;
> --
> 1.7.6.5

Minor nitpick, "Make C look like C" would be a more proper title, imho.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130206/2941e3a9/attachment.html>


More information about the wine-devel mailing list