From 05f0661c20413666ec4c016b4a134d398522f890 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 6 May 2006 13:28:16 +0000 Subject: [PATCH] Avoid gcc warning ("static not first") -- Peter Breitenlohner git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@819 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 67d7f05..37a313b 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -327,7 +327,7 @@ static char si_symbol[] = { 'P', /* 10e15 Peta */ 'E', /* 10e18 Exa */ }; -const static int si_symbcenter = 6; +static const int si_symbcenter = 6; /* find SI magnitude symbol for the numbers on the y-axis*/ void -- 2.11.0