summaryrefslogtreecommitdiff
path: root/src/modules.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
committerBardur Arantsson <bardur@scientician.net>2017-05-02 19:20:57 +0200
commit6a35e3de332df186eab39c3b67506882409a3ca2 (patch)
treeaebb7942caac015502984141cabef2f8d8b91e7f /src/modules.hpp
parent536adca4d3937216e4c7191366ae2bd43a961f87 (diff)
Remove redundant (void) parameters and return value casts
Diffstat (limited to 'src/modules.hpp')
-rw-r--r--src/modules.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.hpp b/src/modules.hpp
index e8a413df..b57120c3 100644
--- a/src/modules.hpp
+++ b/src/modules.hpp
@@ -2,7 +2,7 @@
#include "h-basic.h"
-bool_ select_module(void);
+bool_ select_module();
bool_ module_savefile_loadable(cptr savefile_mod);
void tome_intro();
void theme_intro();