Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Posada committed Dec 23, 2023
1 parent af4e8c5 commit 9d683d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GD Hax/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main()
{
print_stat_row(i, stat_edits::stat_types[i - 1]);

if (i % 2 == 1)
if (i % 2 == 0)
printf("\n");
}

Expand Down

0 comments on commit 9d683d1

Please sign in to comment.