From 4c1ed552a7654356725d013a7a47415a41fb2d63 Mon Sep 17 00:00:00 2001 From: Aarhusson Date: Fri, 5 May 2023 12:08:32 +0100 Subject: [PATCH] hdfdj --- gotoxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotoxy.c b/gotoxy.c index fa3d4dc..aab82e2 100644 --- a/gotoxy.c +++ b/gotoxy.c @@ -8,7 +8,7 @@ void gotoxy(int x, int y) { HANDLE hConsoleOutput; COORD dwCursorPosition; - fflush(stdout); + fflush(stdout); mflvk,efpbg,efkpg; dwCursorPosition.X = x; dwCursorPosition.Y = y; hConsoleOutput = GetStdHandle(STD_OUTPUT_HANDLE);