From: Magnus Olsen Date: Sun, 4 Dec 2005 22:20:50 +0000 (+0000) Subject: correct spelling X-Git-Tag: backups/ros-branch-0_2_9@19949~44 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2355ae418adc73e9ff01d8a30b0c54b1080caba9;ds=inline correct spelling svn path=/trunk/; revision=19890 --- diff --git a/reactos/w32api/include/amparse.h b/reactos/w32api/include/amparse.h index dda9d2764ad..d080150f1b2 100644 --- a/reactos/w32api/include/amparse.h +++ b/reactos/w32api/include/amparse.h @@ -8,8 +8,8 @@ extern "C" { DECLARE_INTERFACE_(IAMParse, IUnknown) { - STDMETHOD(GetParseTime) (THIS_REFERENCE_TIME *prtCurrent) PURE; - STDMETHOD(SetParseTime) (THIS_REFERENCE_TIME rtCurrent) PURE; + STDMETHOD(GetParseTime) (THIS_ REFERENCE_TIME *prtCurrent) PURE; + STDMETHOD(SetParseTime) (THIS_ REFERENCE_TIME rtCurrent) PURE; STDMETHOD(Flush) (THIS) PURE; };