summaryrefslogtreecommitdiff
path: root/tools/thermal/thermometer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/thermal/thermometer')
-rw-r--r--tools/thermal/thermometer/thermometer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thermal/thermometer/thermometer.c b/tools/thermal/thermometer/thermometer.c
index 914986f20a37..1a87a0a77f9f 100644
--- a/tools/thermal/thermometer/thermometer.c
+++ b/tools/thermal/thermometer/thermometer.c
@@ -144,7 +144,7 @@ static int configuration_init(const char *path, struct configuration *config)
if (!node) {
ERROR("Missing node name '%d'\n", i);
return -1;
- };
+ }
if (!config_setting_lookup_string(node, "name", &name)) {
ERROR("Thermal zone name not found\n");