From 03671cbd5494e0a3136558776f1a72d5b04b0946 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Fri, 9 Nov 2012 09:55:53 +0100 Subject: [PATCH] thermometer: Make temp_type array static --- profiles/thermometer/thermometer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/thermometer/thermometer.c b/profiles/thermometer/thermometer.c index 78dfacb22..9fada895c 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[] = { "", "armpit", "body", -- 2.11.0