Minor tweaks

This commit is contained in:
spx
2013-01-29 15:59:08 +09:00
parent c0d969f4b6
commit 89d477b4e1
3 changed files with 6 additions and 18 deletions

View File

@ -517,7 +517,7 @@ bool CMeasure::Update()
{
if (!m_IfAboveCommitted)
{
m_IfAboveCommitted= true; // To avoid infinite loop from !Update
m_IfAboveCommitted = true; // To avoid infinite loop from !Update
Rainmeter->ExecuteCommand(m_IfAboveAction.c_str(), m_MeterWindow);
}
}