Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 0ab8a37

Browse files
EC Inspector: fix some small output formatting errors
1 parent 448f1a2 commit 0ab8a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YAMDCC.ECInspector/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private static bool DumpEC(int interval, int loops)
9999
{
100100
Console.Write($" 0{i:X}");
101101
}
102-
Console.WriteLine("\n-----|".PadRight(53, '-'));
102+
Console.WriteLine("\n----|".PadRight(55, '-'));
103103

104104
for (int i = 0; i < 16; i++)
105105
{

0 commit comments

Comments
 (0)