msctf: Remove a stray backslash at the end of a line.

oldstable
Michael Stefaniuc 2012-06-07 01:00:28 +02:00 committed by Alexandre Julliard
parent fe947be7e7
commit 07d8619979
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}