Fix compilation error for cxdiag

This commit is contained in:
toaster 2023-12-26 15:47:32 +00:00
parent a1d198d317
commit 798e016aa1

View file

@ -4789,9 +4789,9 @@ static void Command_cxdiag_f(void)
}
if (errors)
CONS_Printf("\x85""%u errors detected.\n", i+1, j);
CONS_Printf("\x85""%u errors detected.\n", errors);
else
CONS_Printf("\x83""No errors detected! Good job\n", i+1, j);
CONS_Printf("\x83""No errors detected! Good job\n");
}
// =========================================================================