Commit 5cb1045a authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

indexsvr.h: Fix a typo.

parent 2ce792fd
......@@ -110,7 +110,7 @@ interface IWordBreaker: IUnknown
[in] ULONG ulMaxTokenSize,
[out] BOOL *pfLicense);
HRESULT BreakText(
[in] TEXT_SOURCE pTextSource,
[in] TEXT_SOURCE *pTextSource,
[in] IWordSink *pWordSink,
[in] IPhraseSink *pPhraseSink);
HRESULT ComposePhrase(
......
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