mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
check_icmp: Properly mark function with void input
This commit is contained in:
parent
85f2e32e27
commit
780909f980
1 changed files with 1 additions and 1 deletions
|
|
@ -845,7 +845,7 @@ int main(int argc, char **argv) {
|
|||
return (0);
|
||||
}
|
||||
|
||||
static void run_checks() {
|
||||
static void run_checks(void) {
|
||||
u_int i, t;
|
||||
u_int final_wait, time_passed;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue