summaryrefslogtreecommitdiffstats
path: root/plugins/check_ide_smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r--plugins/check_ide_smart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c
index fc75e53..cfc7908 100644
--- a/plugins/check_ide_smart.c
+++ b/plugins/check_ide_smart.c
@@ -147,7 +147,8 @@ static bool verbose = false;
147 147
148int main(int argc, char *argv[]) { 148int main(int argc, char *argv[]) {
149 char *device = NULL; 149 char *device = NULL;
150 int o, longindex; 150 int o;
151 int longindex;
151 int retval = 0; 152 int retval = 0;
152 153
153 thresholds_t thresholds; 154 thresholds_t thresholds;