Skip to content

Commit

Permalink
Remove a stray semicolon. Coverity 1061553
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Aug 9, 2013
1 parent 097b693 commit e52b4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuiimage.cpp
Expand Up @@ -1574,7 +1574,7 @@ void MythUIImage::customEvent(QEvent *event)
// We don't clear until we have the new image ready to display to
// avoid unsightly flashing. This isn't currently supported for
// animations.
if ((m_HighNum == m_LowNum) && !m_animatedImage);
if ((m_HighNum == m_LowNum) && !m_animatedImage)
Clear();

d->m_UpdateLock.lockForWrite();
Expand Down

0 comments on commit e52b4a9

Please sign in to comment.