[gtkhtml] Coding style and whitespace cleanups.



commit 94d8c0a251d85103e9049e11d05327fe10a305ac
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jun 6 16:08:04 2010 -0400

    Coding style and whitespace cleanups.

 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]