瀏覽代碼

fix msvc build.

svn path=/trunk/mono/; revision=154457
Jonathan Pobst 16 年之前
父節點
當前提交
1e353fa619
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eglib/src/gshell.c

+ 1 - 1
eglib/src/gshell.c

@@ -137,7 +137,7 @@ gchar *
 g_shell_quote (const gchar *unquoted_string)
 {
 	GString *result = g_string_new ("'");
-	char *p;
+	const gchar *p;
 	
 	for (p = unquoted_string; *p; p++){
 		if (*p == '\'')