check_ide_smart: linter fixes

This commit is contained in:
RincewindsHat 2024-10-31 03:52:36 +01:00
parent 5c6d79dac3
commit 4db8808a51

View file

@ -147,7 +147,8 @@ static bool verbose = false;
int main(int argc, char *argv[]) {
char *device = NULL;
int o, longindex;
int o;
int longindex;
int retval = 0;
thresholds_t thresholds;