Commit 07d86199 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent fe947be7
...@@ -72,7 +72,7 @@ static inline DocumentMgr *impl_from_ITfSource(ITfSource *iface) ...@@ -72,7 +72,7 @@ static inline DocumentMgr *impl_from_ITfSource(ITfSource *iface)
return CONTAINING_RECORD(iface, DocumentMgr, 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); return CONTAINING_RECORD(iface, EnumTfContext, IEnumTfContexts_iface);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment