quartz: Fix typo that produced an empty if-statement.

Michael Stefaniuc mstefani at redhat.de
Tue Mar 20 04:55:24 CDT 2007


---
 dlls/quartz/filtergraph.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c
index 682f535..5e1061e 100644
--- a/dlls/quartz/filtergraph.c
+++ b/dlls/quartz/filtergraph.c
@@ -1127,7 +1127,7 @@ static HRESULT WINAPI GraphBuilder_RenderFile(IGraphBuilder *iface,
 
     IPin_Release(ppinreader);
     IBaseFilter_Release(preader);
-    if (psplitter);
+    if (psplitter)
         IBaseFilter_Release(psplitter);
 
     return hr;
-- 
1.5.0.3


-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070320/8485f23d/attachment.pgp


More information about the wine-patches mailing list