Use correct type for function used in atexit().
This commit is contained in:
@@ -105,7 +105,7 @@ const char CP_BoxDrawingSeq[BD_COUNT][2][4] = {
|
|||||||
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
static void Cleanup()
|
static void Cleanup (void)
|
||||||
/* Cleanup on program exit */
|
/* Cleanup on program exit */
|
||||||
{
|
{
|
||||||
SetConsoleOutputCP (CodePage);
|
SetConsoleOutputCP (CodePage);
|
||||||
|
|||||||
Reference in New Issue
Block a user