Skip to content

Commit

Permalink
Fix the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed May 2, 2024
1 parent 570f184 commit 513c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zasm/src/formatter/formatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ namespace zasm::formatter
}
else
{
ctx.format(".section");
ctx.appendLiteral(".section");
}
}

Expand Down

0 comments on commit 513c27d

Please sign in to comment.