Module: wine Branch: master Commit: 07d8619979573d420e4302b96cca4c026547c619 URL: http://source.winehq.org/git/wine.git/?a=commit;h=07d8619979573d420e4302b96c... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Thu Jun 7 01:00:28 2012 +0200 msctf: Remove a stray backslash at the end of a line. --- dlls/msctf/documentmgr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msctf/documentmgr.c b/dlls/msctf/documentmgr.c index a1c9c93..4e21624 100644 --- a/dlls/msctf/documentmgr.c +++ b/dlls/msctf/documentmgr.c @@ -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); }