Skip to content
Snippets Groups Projects
Commit e49b9638 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

atmo: remove extraneous parentheses

parent c916ea73
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ void CAtmoExternalCaptureInput::DeliverNewSourceDataPaket(VLC_BITMAPINFOHEADER *
DWORD CAtmoExternalCaptureInput::Execute(void)
{
while ((this->m_bTerminated == ATMO_FALSE)) {
while (this->m_bTerminated == ATMO_FALSE) {
vlc_mutex_lock( &m_WakeupLock );
vlc_cond_timedwait(&m_WakeupCond, &m_WakeupLock, mdate() + 75000 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment