summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 02:52:36 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 02:52:36 (GMT)
commit4db8808a5120778004b8ade834f30d0f4b3db914 (patch)
tree25aad13dde250353b56ee6291a2639dae01dbb73
parent5c6d79dac31b55d78fcbb10c48ab357574307bc0 (diff)
downloadmonitoring-plugins-4db8808a5120778004b8ade834f30d0f4b3db914.tar.gz
check_ide_smart: linter fixes
-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;