diff options
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 3c0ecad..5caffbe 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c | |||
@@ -151,7 +151,7 @@ main (int argc, char **argv) | |||
151 | int | 151 | int |
152 | process_arguments (int argc, char **argv) | 152 | process_arguments (int argc, char **argv) |
153 | { | 153 | { |
154 | int c, i = 0; | 154 | int c = 0; |
155 | 155 | ||
156 | #ifdef HAVE_GETOPT_H | 156 | #ifdef HAVE_GETOPT_H |
157 | int option_index = 0; | 157 | int option_index = 0; |