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:
authorSpec-Chum <spec-chum@users.sourceforge.net>2010-02-13 01:10:53 +0300
committerSpec-Chum <spec-chum@users.sourceforge.net>2010-02-13 01:10:53 +0300
commit01aa5d07671d3ea3353322224a8d156f02aba0f5 (patch)
treee8a243dc0e4a33334c85e328f4fe49c1b8735809 /src/subtitles/DVBSub.cpp
parent946b9afe2fa77c839564e5037bf2ce243e280ab5 (diff)
Typos
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1653 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/subtitles/DVBSub.cpp')
-rw-r--r--src/subtitles/DVBSub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitles/DVBSub.cpp b/src/subtitles/DVBSub.cpp
index e1267a2d6..6c5dfba8f 100644
--- a/src/subtitles/DVBSub.cpp
+++ b/src/subtitles/DVBSub.cpp
@@ -467,7 +467,7 @@ HRESULT CDVBSub::ParseRegion(CGolombBuffer& gb, WORD wSegLength)
HRESULT hr = S_OK;
WORD wEnd = (WORD)gb.GetPos() + wSegLength;
CDVBSub::DVB_REGION* pRegion;
- CDVBSub::DVB_REGION DummyRegion;;
+ CDVBSub::DVB_REGION DummyRegion;
pRegion = FindRegion (m_pCurrentPage, gb.ReadByte());