sensors: move close to correct position

This commit is contained in:
Thomas Gubler
2014-08-17 13:45:51 +02:00
parent 1913ae19f1
commit 91d8cb2edc
+1 -1
View File
@@ -862,8 +862,8 @@ Sensors::parameters_update()
if (ret) {
errx(ret, "qnh could not be set");
}
close(fd);
}
close(fd);
return OK;
}