Fixed a warning.

This commit is contained in:
Volker Ruppert 2021-03-05 17:01:41 +00:00
parent e8709d58e4
commit 01516a153f

View File

@ -411,6 +411,7 @@ int do_menu(const char *pname)
} else {
bx_printf("\nERROR: nothing to configure in this section!\n");
}
return -1;
}
int bx_text_config_interface(int menu)