[gtkhtml/gnome-2-30] Coding style and whitespace cleanup.



commit 599f0fa63fb7b9da0331f43577f255cfce951baa
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jun 20 08:14:37 2010 -0400

    Coding style and whitespace cleanup.

 components/editor/gtkhtml-spell-language.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/components/editor/gtkhtml-spell-language.c b/components/editor/gtkhtml-spell-language.c
index 16444dc..8f58416 100644
--- a/components/editor/gtkhtml-spell-language.c
+++ b/components/editor/gtkhtml-spell-language.c
@@ -67,11 +67,11 @@ DllMain (HINSTANCE hinstDLL,
 	return TRUE;
 }
 
-static char *
+static gchar *
 _get_iso_codes_prefix (void)
 {
-	static char retval[1000];
-	static int beenhere = 0;
+	static gchar retval[1000];
+	static gint beenhere = 0;
 	gchar *temp_dir = 0;
 
 	if (beenhere)
@@ -88,15 +88,15 @@ _get_iso_codes_prefix (void)
 	return retval;
 }
 
-static char *
+static gchar *
 _get_isocodeslocaledir (void)
 {
-	static char retval[1000];
-	static int beenhere = 0;
+	static gchar retval[1000];
+	static gint beenhere = 0;
 
 	if (beenhere)
 		return retval;
-	
+
 	strcpy (retval, _get_iso_codes_prefix ());
 	strcat (retval, "\\share\\locale" );
 	beenhere = 1;



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