avifil32: Add opening bracket and fix a typo

Andrey Gusev andrey.goosev at gmail.com
Sat Jan 4 05:15:09 CST 2014


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140104/21182bbc/attachment-0001.html>
-------------- next part --------------
From 5369985eca45383c64b4be02fca56fb73cf68ef1 Mon Sep 17 00:00:00 2001
Message-Id: <5369985eca45383c64b4be02fca56fb73cf68ef1.1388832625.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 4 Jan 2014 12:29:13 +0200
Subject: avifil32: Add opening bracket and fix a typo

---
 dlls/avifil32/api.c     | 2 +-
 dlls/avifil32/avifile.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/avifil32/api.c b/dlls/avifil32/api.c
index 6c07a2f..20985cd 100644
--- a/dlls/avifil32/api.c
+++ b/dlls/avifil32/api.c
@@ -1515,7 +1515,7 @@ HRESULT WINAPI AVISaveVA(LPCSTR szFile, CLSID *pclsidHandler,
   HRESULT hr;
   int     len;
 
-  TRACE("%s,%p,%p,%d,%p,%p)\n", debugstr_a(szFile), pclsidHandler,
+  TRACE("(%s,%p,%p,%d,%p,%p)\n", debugstr_a(szFile), pclsidHandler,
 	lpfnCallback, nStream, ppavi, plpOptions);
 
   if (szFile == NULL || ppavi == NULL || plpOptions == NULL)
diff --git a/dlls/avifil32/avifile.c b/dlls/avifil32/avifile.c
index 7c14805..6295c7b 100644
--- a/dlls/avifil32/avifile.c
+++ b/dlls/avifil32/avifile.c
@@ -1292,7 +1292,7 @@ static HRESULT WINAPI IAVIStream_fnWriteData(IAVIStream *iface, DWORD fcc, void
 
   if (fcc == ckidSTREAMHANDLERDATA) {
     if (This->lpHandlerData != NULL) {
-      FIXME(": handler data already set -- overwirte?\n");
+      FIXME(": handler data already set -- overwrite?\n");
       return AVIERR_UNSUPPORTED;
     }
 
-- 
1.8.1.2


More information about the wine-patches mailing list