Fix spacing in warning (double space)
authorTim Horton <hortont424@gmail.com>
Mon, 4 Jan 2010 05:56:15 +0000 (00:56 -0500)
committerTim Horton <hortont424@gmail.com>
Mon, 4 Jan 2010 05:56:15 +0000 (00:56 -0500)
libseed/seed-structs.c

index 1c58e0a..f9ea40c 100644 (file)
@@ -192,7 +192,7 @@ seed_union_get_property (JSContextRef context,
   cproperty_name = g_alloca (length * sizeof (gchar));
   JSStringGetUTF8CString (property_name, cproperty_name, length);
 
-  SEED_NOTE (STRUCTS, "Getting property on union of type: %s  "
+  SEED_NOTE (STRUCTS, "Getting property on union of type: %s "
             "with name %s \n",
             g_base_info_get_name (priv->info), cproperty_name);