2008/9/27 Aric Stewart aric@codeweavers.com:
- if (hr != S_FALSE)
/*
* this happens when 'kok' instead matches to a different Rfc1766 name
* for example 'ko' so it is not a falure but does not give us what
"falure" -> spelling mistake
* we are looking for
*/
- {
Slight style issue - comment between if statement and open block character doesn't look very nice.