[gnome-games] gnobots2: Remove G_CONST_RETURN usage



commit 9c417862f82b734cb8a8ca320f2ef5c41b844706
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Sun Mar 13 21:27:58 2011 +0100

    gnobots2: Remove G_CONST_RETURN usage
    
    see http://mail.gnome.org/archives/gtk-devel-list/2011-March/msg00055.html

 gnobots2/gameconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnobots2/gameconfig.c b/gnobots2/gameconfig.c
index fd97af5..0bec365 100644
--- a/gnobots2/gameconfig.c
+++ b/gnobots2/gameconfig.c
@@ -214,7 +214,7 @@ load_game_configs (void)
 {
   gint i;
   GameConfig *gcfg;
-  G_CONST_RETURN gchar *dent;
+  const gchar *dent;
   GDir *dir;
   gchar *buffer;
   const char *dname;



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