mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
Remove unnecessary newline
This commit is contained in:
parent
f2c6ce08e3
commit
19f409ac55
1 changed files with 0 additions and 1 deletions
|
|
@ -320,7 +320,6 @@ check_fping_config_wrapper process_arguments(int argc, char **argv) {
|
|||
// only available with fping version >= 5.3
|
||||
{"icmp-timestamp", no_argument, NULL, ICMP_TIMESTAMP_OPT},
|
||||
{"check-source", no_argument, NULL, CHECK_SOURCE_OPT},
|
||||
|
||||
{0, 0, 0, 0}};
|
||||
|
||||
char *rv[2];
|
||||
|
|
|
|||
Loading…
Reference in a new issue