commit 3c9f4a2be304b3f0d197d69bea715ee0c9e29570 parent cbf34cae81cb9545e3854c19eb15040f106ab02f Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 20 Dec 2023 21:16:57 +0100 remove double unneccesary reset Diffstat:
M | fen_to_svg.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/fen_to_svg.c b/fen_to_svg.c @@ -332,7 +332,6 @@ tty_showboard(void) fputs(" ", stdout); printf("\x1b[0m"); /* reset */ printf("\n"); - printf("\x1b[0m"); /* reset */ } void