From fcdae54173746e606280104c326b687b931ed3bc Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 20 Feb 2022 21:18:03 +0200 Subject: [PATCH] Fix old-style function def --- src/mdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mdlib.c b/src/mdlib.c index 1e7613a47..b31d39623 100644 --- a/src/mdlib.c +++ b/src/mdlib.c @@ -839,7 +839,7 @@ do_runtime_info(int *rtcontext) } void -release_runtime_info() +release_runtime_info(void) { while (idxopttext > 0) { --idxopttext;