static consts
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 11:05:36 +0000 (13:05 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 11:05:36 +0000 (13:05 +0200)
src/graph.c

index b64e3f7..aa473f1 100644 (file)
@@ -31,9 +31,9 @@
 #include <psensor.h>
 
 /* horizontal padding */
-const int GRAPH_H_PADDING = 4;
+static const int GRAPH_H_PADDING = 4;
 /* vertical padding */
-const int GRAPH_V_PADDING = 4;
+static const int GRAPH_V_PADDING = 4;
 
 bool is_smooth_curves_enabled;