Author: dchapyshev
Date: Sat Dec 29 15:33:35 2007
New Revision: 31487
URL:
http://svn.reactos.org/svn/reactos?rev=31487&view=rev
Log:
- Fix typo
Modified:
trunk/reactos/include/dxsdk/amvideo.h
Modified: trunk/reactos/include/dxsdk/amvideo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/amvideo.h?re…
==============================================================================
--- trunk/reactos/include/dxsdk/amvideo.h (original)
+++ trunk/reactos/include/dxsdk/amvideo.h Sat Dec 29 15:33:35 2007
@@ -173,7 +173,7 @@
STDMETHOD(SetCaption)(THIS_ BSTR strCaption) PURE;
STDMETHOD(GetCaption)(THIS_ BSTR *pstrCaption) PURE;
STDMETHOD(SetDefault)(THIS) PURE;
-}
+};
#undef INTERFACE
#define INTERFACE IQualProp