From: Tobias Oetiker Date: Sat, 6 May 2006 13:28:16 +0000 (+0000) Subject: Avoid gcc warning ("static not first") -- Peter Breitenlohner X-Git-Tag: 1.2.14~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c7c1a094a3091f54362cf8af75d04a4d1569aa6;p=thirdparty%2Frrdtool-1.x.git 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 67d7f055..37a313ba 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