From ee281be0c70419754cffd87d2bdc808a99c240e3 Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Fri, 3 Jan 2014 23:48:40 -0700 Subject: [PATCH] Cosmetics --- Library/IfActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/IfActions.cpp b/Library/IfActions.cpp index 5de66e0b..320168e7 100644 --- a/Library/IfActions.cpp +++ b/Library/IfActions.cpp @@ -127,7 +127,7 @@ void IfActions::ReadConditionOptions(ConfigParser& parser, const WCHAR* section) m_Matches.emplace_back(match, tAction, fAction); } - // Check for IfCondition2/IfTrueAction2/IfFalseAction2 ... etc. + // Check for IfMatch2/IfMatchAction2/IfNotMatchAction2 ... etc. const std::wstring num = std::to_wstring(++i); std::wstring key = L"IfMatch" + num;