CodeGrade doesn't understand '-std=c23'

This commit is contained in:
2025-10-18 21:36:23 +02:00
parent 9d6725867c
commit 4f2e97b30c
2 changed files with 2 additions and 2 deletions

2
ui.c
View File

@@ -30,7 +30,7 @@ ui_init(void)
refresh();
}
void ui_end()
void ui_end(void)
{
endwin();
}