Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2012-06-02 15:53:15 +0400
committerUnderground78 <underground78@users.sourceforge.net>2012-06-02 15:53:15 +0400
commitddcfe82895fa59ec07692a972931a0e0ae4196b7 (patch)
treeb551f3b98c6951c387f7eb02b5903e3ca3062859 /src/filters/parser/BaseSplitter/BaseSplitter.cpp
parent095b3d0e65730e1d31733a403fff4787cb674429 (diff)
Cosmetics: make the return statements consistent.
Patch partially by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4978 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/parser/BaseSplitter/BaseSplitter.cpp')
-rw-r--r--src/filters/parser/BaseSplitter/BaseSplitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/parser/BaseSplitter/BaseSplitter.cpp b/src/filters/parser/BaseSplitter/BaseSplitter.cpp
index 9796727c3..c6bf35946 100644
--- a/src/filters/parser/BaseSplitter/BaseSplitter.cpp
+++ b/src/filters/parser/BaseSplitter/BaseSplitter.cpp
@@ -343,7 +343,7 @@ HRESULT CBaseSplitterOutputPin::DeliverBeginFlush()
if (S_OK != hr) {
m_eEndFlush.Set();
}
- return(hr);
+ return hr;
}
HRESULT CBaseSplitterOutputPin::DeliverEndFlush()