Fix old-style function def

This commit is contained in:
Pasi Kallinen
2022-02-20 21:18:03 +02:00
parent 038ae7f984
commit fcdae54173
+1 -1
View File
@@ -839,7 +839,7 @@ do_runtime_info(int *rtcontext)
} }
void void
release_runtime_info() release_runtime_info(void)
{ {
while (idxopttext > 0) { while (idxopttext > 0) {
--idxopttext; --idxopttext;