Diff between e289def741325b87881b4556bf600b77108bccba and 03671cbd5494e0a3136558776f1a72d5b04b0946
Changed Files
| File | Additions | Deletions | Status |
| profiles/thermometer/thermometer.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/thermometer/thermometer.c b/profiles/thermometer/thermometer.c
index 78dfacb..9fada89 100644
--- a/profiles/thermometer/thermometer.c
+++ b/profiles/thermometer/thermometer.c
@@ -119,7 +119,7 @@ struct tmp_interval_data {
static GSList *thermometer_adapters = NULL;
-const char *temp_type[] = {
+static const char * const temp_type[] = {
"<reserved>",
"armpit",
"body",