Fixed a gcc4 warning

This commit is contained in:
pd 2008-06-14 16:42:41 +02:00
parent 7029028cd6
commit d83c57e59d

View file

@ -85,7 +85,7 @@ int char_to_atomic_type( char t )
const char* atomic_type_to_string( char t )
{
static struct { char type; char* name; } atos[] =
static struct { char type; const char* name; } atos[] =
{
{ 'y', "::DBus::Byte" },
{ 'b', "::DBus::Bool" },