Fix old-style function def

This commit is contained in:
Pasi Kallinen
2022-02-20 21:18:03 +02:00
parent 038ae7f984
commit fcdae54173

View File

@@ -839,7 +839,7 @@ do_runtime_info(int *rtcontext)
}
void
release_runtime_info()
release_runtime_info(void)
{
while (idxopttext > 0) {
--idxopttext;