diff options
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r-- | plugins/check_cluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index d4931499..04919e0d 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c @@ -124,7 +124,7 @@ int main(int argc, char **argv){ } } } - + /* return the status of the cluster */ if(check_type==CHECK_SERVICES){ @@ -149,7 +149,7 @@ int main(int argc, char **argv){ int process_arguments(int argc, char **argv){ int c; int option=0; - static struct option longopts[]={ + static struct option longopts[]={ {"data", required_argument,0,'d'}, {"warning", required_argument,0,'w'}, {"critical", required_argument,0,'c'}, |