Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/gpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglib/src/gpath.c b/eglib/src/gpath.c
index 378f776397c..59f5923125b 100644
--- a/eglib/src/gpath.c
+++ b/eglib/src/gpath.c
@@ -332,7 +332,7 @@ g_ensure_directory_exists (const gchar *filename)
}
while (1) {
- BOOL bRet = FALSE;
+ gboolean bRet = FALSE;
p = wcschr (p, '\\');
if (p)
*p = '\0';