Fix old-style function def
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user