CmdConfig: Omitted the boolean return

This commit is contained in:
Paul Beckingham 2016-05-05 20:37:57 -04:00
parent 1ce4d2fdf3
commit d879833ebe

View file

@ -127,6 +127,8 @@ static bool setConfigVariable (const Rules& rules, std::string name, std::string
if (change) if (change)
File::write (rules.file (), lines); File::write (rules.file (), lines);
return change;
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////