From: oetiker Date: Sat, 6 May 2006 13:28:16 +0000 (+0000) Subject: Avoid gcc warning ("static not first") -- Peter Breitenlohner X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=05f0661c20413666ec4c016b4a134d398522f890 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 --- 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