summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins-root/check_icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index d7e6ca2..e6d4316 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -845,7 +845,7 @@ int main(int argc, char **argv) {
845 return (0); 845 return (0);
846} 846}
847 847
848static void run_checks() { 848static void run_checks(void) {
849 u_int i, t; 849 u_int i, t;
850 u_int final_wait, time_passed; 850 u_int final_wait, time_passed;
851 851