summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/xfdesktop-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xfdesktop-common.c b/common/xfdesktop-common.c
index 1f180dff..33a70e5e 100644
--- a/common/xfdesktop-common.c
+++ b/common/xfdesktop-common.c
@@ -202,7 +202,7 @@ gchar*
xfdesktop_remove_whitspaces(gchar* str)
{
gchar* dest;
- gint offs, curr;
+ guint offs, curr;
g_return_val_if_fail(str, NULL);