Aric Stewart <aric at codeweavers.com> writes:
> + if (strength)
> + {
> + str = strength[cnt];
> + if (pwcInChars[cnt] == Numeric_space)
> + str_space = TRUE;
> + else
> + str_space = FALSE;
> + }
str_space is not used for anything.
--
Alexandre Julliard
julliard at winehq.org