glib r7046 - in trunk: . glib



Author: mitch
Date: Mon Jun 16 09:25:57 2008
New Revision: 7046
URL: http://svn.gnome.org/viewvc/glib?rev=7046&view=rev

Log:
2008-06-16  Michael Natterer  <mitch imendio com>

	* glib/goption.c (dgettext_swapped): changed return value to
	const gchar* to fix warning.



Modified:
   trunk/ChangeLog
   trunk/glib/goption.c

Modified: trunk/glib/goption.c
==============================================================================
--- trunk/glib/goption.c	(original)
+++ trunk/glib/goption.c	Mon Jun 16 09:25:57 2008
@@ -2054,7 +2054,7 @@
   group->translate_notify = destroy_notify;
 }
 
-static gchar *
+static const gchar *
 dgettext_swapped (const gchar *msgid, 
 		  const gchar *domainname)
 {



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