Fix some warnings
authorMike Gorse <mgorse@novell.com>
Thu, 16 Jun 2011 15:49:04 +0000 (10:49 -0500)
committerMike Gorse <mgorse@novell.com>
Thu, 16 Jun 2011 15:49:39 +0000 (10:49 -0500)
atk-adaptor/adaptors/table-adaptor.c

index f296816..bd35f5f 100644 (file)
@@ -199,8 +199,8 @@ impl_GetColumnAtIndex (DBusConnection * bus, DBusMessage * message,
   return reply;
 }
 
-static gchar *
-validate_unallocated_string (gchar *str)
+static const gchar *
+validate_unallocated_string (const gchar *str)
 {
   if (!str)
     return "";