diff src/ui_fileops.c @ 1164:3692efcbd325

Fix compilation warnings.
author zas_
date Thu, 20 Nov 2008 11:46:43 +0000
parents c4fcf8001574
children 0bea79d87065
line wrap: on
line diff
--- a/src/ui_fileops.c	Thu Nov 20 07:22:56 2008 +0000
+++ b/src/ui_fileops.c	Thu Nov 20 11:46:43 2008 +0000
@@ -829,7 +829,7 @@
 	return ret;
 }
 
-gboolean recursive_mkdir_if_not_exists(gchar *path, mode_t mode)
+gboolean recursive_mkdir_if_not_exists(const gchar *path, mode_t mode)
 {
 	if (!path) return FALSE;