[perl-Glib] Glib::GenPod: delete a duplicate key in %basic_types



commit e3a9cabec888101da6746d4887c38b5ff5a62cdf
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat Dec 10 00:45:12 2011 +0100

    Glib::GenPod: delete a duplicate key in %basic_types
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665332

 lib/Glib/GenPod.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index eae20fd..cc9d11b 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -411,7 +411,6 @@ our %basic_types = (
 	bool     => 'boolean', # C++ keyword, but provided by the perl api
 	boolean  => 'boolean',
 	int      => 'integer',
-	char     => 'integer',
 	uint     => 'unsigned',
 	float    => 'double',
 	double   => 'double',



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