diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:52:36 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:52:36 (GMT) |
commit | 4db8808a5120778004b8ade834f30d0f4b3db914 (patch) | |
tree | 25aad13dde250353b56ee6291a2639dae01dbb73 /plugins/check_ide_smart.c | |
parent | 5c6d79dac31b55d78fcbb10c48ab357574307bc0 (diff) | |
download | monitoring-plugins-4db8808a5120778004b8ade834f30d0f4b3db914.tar.gz |
check_ide_smart: linter fixes
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 3 |
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 | ||
148 | int main(int argc, char *argv[]) { | 148 | int 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; |