summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index bb0e59a..b006afd 100644
--- a/config.h
+++ b/config.h
@@ -35,7 +35,7 @@ struct component
* add or remove components as desired
* components are shown in the order of this array
*/
-struct component components[] ={
+static const struct component components[] ={
/* function flag */
{currenttime, NORMALTIME},
{battery, 0},