librsvg r1202 - trunk



Author: doml
Date: Thu Feb 19 23:27:31 2009
New Revision: 1202
URL: http://svn.gnome.org/viewvc/librsvg?rev=1202&view=rev

Log:
2009-02-19  Thomas Andersen <phomes gmail com>

        * rsvg-filter.c:  "const static" should be "static const". Bug #570656



Modified:
   trunk/ChangeLog
   trunk/rsvg-filter.c

Modified: trunk/rsvg-filter.c
==============================================================================
--- trunk/rsvg-filter.c	(original)
+++ trunk/rsvg-filter.c	Thu Feb 19 23:27:31 2009
@@ -3563,7 +3563,7 @@
 static FactorAndMatrix
 get_light_normal_matrix_x (gint n)
 {
-    const static FactorAndMatrix matrix_list[] = {
+    static const FactorAndMatrix matrix_list[] = {
         {
          {0, 0, 0,
           0, -2, 2,
@@ -3617,7 +3617,7 @@
 static FactorAndMatrix
 get_light_normal_matrix_y (gint n)
 {
-    const static FactorAndMatrix matrix_list[] = {
+    static const FactorAndMatrix matrix_list[] = {
         {
          {0, 0, 0,
           0, -2, -1,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]