gobject-introspection r388 - trunk/girepository



Author: johan
Date: Sat Aug 16 21:57:59 2008
New Revision: 388
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=388&view=rev

Log:
make it compile again...

Modified:
   trunk/girepository/girparser.c

Modified: trunk/girepository/girparser.c
==============================================================================
--- trunk/girepository/girparser.c	(original)
+++ trunk/girepository/girparser.c	Sat Aug 16 21:57:59 2008
@@ -177,7 +177,7 @@
     { "filename", GI_TYPE_TAG_FILENAME,1 },
 
     /* FIXME: merge - do we still want this? */
-    { "string",   GI_TYPE_TAG_UTF8,  1 }
+    { "string",   GI_TYPE_TAG_UTF8,  1 },
 
     /* FIXME: Remove these */
     { "void",     GI_TYPE_TAG_VOID,    0 },
@@ -210,7 +210,7 @@
     { "gsize",    GI_TYPE_TAG_SIZE,    0 },
     { "gfloat",   GI_TYPE_TAG_FLOAT,   0 },
     { "gdouble",  GI_TYPE_TAG_DOUBLE,  0 },
-    { "gchar*",   GI_TYPE_TAG_UTF8,    1 },  
+    { "gchar*",   GI_TYPE_TAG_UTF8,    1 }
   };  
 
   gint n_basic = G_N_ELEMENTS (basic);



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