msctf: Spelling fix.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ea50a4f8d8
commit
7fabedfadf
|
@ -388,7 +388,7 @@ static void deactivate_remove_conflicting_ts(REFCLSID catid)
|
||||||
list_remove(&ats->entry);
|
list_remove(&ats->entry);
|
||||||
HeapFree(GetProcessHeap(),0,ats->ats);
|
HeapFree(GetProcessHeap(),0,ats->ats);
|
||||||
HeapFree(GetProcessHeap(),0,ats);
|
HeapFree(GetProcessHeap(),0,ats);
|
||||||
/* we are guarenteeing there is only 1 */
|
/* we are guaranteeing there is only 1 */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue