]> granicus.if.org Git - nethack/commitdiff
Fix old-style function def
authorPasi Kallinen <paxed@alt.org>
Sun, 20 Feb 2022 19:18:03 +0000 (21:18 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 20 Feb 2022 19:18:03 +0000 (21:18 +0200)
src/mdlib.c

index 1e7613a473af518be1ba6dbb6a9ecee93491d9f9..b31d396237c4d007d9db2e4a6a95f10f58cf1736 100644 (file)
@@ -839,7 +839,7 @@ do_runtime_info(int *rtcontext)
 }
 
 void
-release_runtime_info()
+release_runtime_info(void)
 {
     while (idxopttext > 0) {
         --idxopttext;