[gtkhtml] Fix a tabs vs. spaces mixup



commit f56e6b416abf14e406609d1c26b7e80ecb88890c
Author: Fridrich Strba <fstrba strbadell localdomain>
Date:   Wed Jun 3 15:18:20 2009 +0200

    Fix a tabs vs. spaces mixup
---
 gtkhtml/dllmain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gtkhtml/dllmain.c b/gtkhtml/dllmain.c
index 500b211..d07e697 100644
--- a/gtkhtml/dllmain.c
+++ b/gtkhtml/dllmain.c
@@ -65,7 +65,7 @@ setup (void)
         }
 		
         prefix = g_win32_get_package_installation_directory_of_module(hmodule);
-		cp_prefix = g_win32_locale_filename_from_utf8(prefix);
+        cp_prefix = g_win32_locale_filename_from_utf8(prefix);
 
         localedir = replace_prefix (cp_prefix, GNOMELOCALEDIR);
         g_free (cp_prefix);



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