Skip to content

Commit

Permalink
Fix obvious missing semicolon from MThread commit.
Browse files Browse the repository at this point in the history
Thanks to Doug Haber for the patch, fixes #9980.
  • Loading branch information
Robert McNamara committed Aug 10, 2011
1 parent 9cb1c7f commit 3b52a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/privatedecoder_crystalhd.cpp
Expand Up @@ -8,7 +8,7 @@

void FetcherThread::run(void)
{
RunProlog()
RunProlog();
LOG(VB_PLAYBACK, LOG_INFO, LOC + QString("Starting Fetcher thread."));
if (m_dec)
m_dec->FetchFrames();
Expand Down

0 comments on commit 3b52a2c

Please sign in to comment.