Cosmetic changes here and there.

This commit is contained in:
Birunthan Mohanathas
2010-09-21 11:09:36 +00:00
parent e812e079ec
commit e618ad1777
13 changed files with 37 additions and 36 deletions

View File

@ -230,6 +230,6 @@ void CMeasurePlugin::ExecuteBang(const WCHAR* args)
}
else
{
DebugLog(L"[%s] Doesn't support bangs.", m_Name.c_str());
DebugLog(L"[%s] doesn't support bangs.", m_Name.c_str());
}
}