Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Sep 26, 2024
1 parent 49841b2 commit 88e316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/macro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ bool KeyMacro::ProcessEvent(const FAR_INPUT_RECORD *Rec)
{
m_InternalInput=1;
DlgParam Param {0,0,false};
int AssignRet = AssignMacroKey(&Param);
bool AssignRet = AssignMacroKey(&Param);

if (AssignRet && !Param.Changed && !m_RecCode.empty())
{
Expand Down

0 comments on commit 88e316f

Please sign in to comment.