[seed] Fix spacing in warning (double space)



commit 2723b3a122609b9de20dab1208bf3e6ac90d140c
Author: Tim Horton <hortont424 gmail com>
Date:   Mon Jan 4 00:56:15 2010 -0500

    Fix spacing in warning (double space)

 libseed/seed-structs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libseed/seed-structs.c b/libseed/seed-structs.c
index 1c58e0a..f9ea40c 100644
--- a/libseed/seed-structs.c
+++ b/libseed/seed-structs.c
@@ -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);
 



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