summaryrefslogtreecommitdiff
path: root/src/t/test_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/t/test_mod.c')
-rw-r--r--src/t/test_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t/test_mod.c b/src/t/test_mod.c
index 19a58261..8eedf47f 100644
--- a/src/t/test_mod.c
+++ b/src/t/test_mod.c
@@ -12,7 +12,7 @@ void test_mod_ssi (void);
void test_mod_staticfile (void);
void test_mod_userdir (void);
-int main() {
+int main(void) {
test_mod_access();
test_mod_alias();
test_mod_evhost();