summaryrefslogtreecommitdiff
path: root/gsystem-file-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsystem-file-utils.c')
-rw-r--r--gsystem-file-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsystem-file-utils.c b/gsystem-file-utils.c
index a07fad7..73d947f 100644
--- a/gsystem-file-utils.c
+++ b/gsystem-file-utils.c
@@ -477,7 +477,7 @@ gs_file_open_in_tmpdir_at (int tmpdir_fd,
{
gboolean ret = FALSE;
const int max_attempts = 128;
- guint i;
+ int i;
char *tmp_name = NULL;
int fd;