From 2355ae418adc73e9ff01d8a30b0c54b1080caba9 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 4 Dec 2005 22:20:50 +0000 Subject: [PATCH] correct spelling svn path=/trunk/; revision=19890 --- reactos/w32api/include/amparse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.17.1