Fixed the intendation mess in cpu/x86seg.c, removed port 61h handling from keyboard/keyboard_at.c, and fixed a function with undeclared type in win/win.c.

This commit is contained in:
OBattler
2021-11-13 23:15:28 +01:00
parent 758d8acb63
commit bfb3c0c324
3 changed files with 148 additions and 237 deletions

View File

@@ -139,6 +139,7 @@ win_log(const char *fmt, ...)
#endif
void
free_string(rc_str_t **str)
{
if (*str != NULL) {