mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
msctf: Remove a stray backslash at the end of a line.
This commit is contained in:
parent
fe947be7e7
commit
07d8619979
@ -72,7 +72,7 @@ static inline DocumentMgr *impl_from_ITfSource(ITfSource *iface)
|
||||
return CONTAINING_RECORD(iface, DocumentMgr, ITfSource_iface);
|
||||
}
|
||||
|
||||
static inline EnumTfContext *impl_from_IEnumTfContexts(IEnumTfContexts *iface)\
|
||||
static inline EnumTfContext *impl_from_IEnumTfContexts(IEnumTfContexts *iface)
|
||||
{
|
||||
return CONTAINING_RECORD(iface, EnumTfContext, IEnumTfContexts_iface);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user