summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5c58293..79ad11b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -159,7 +159,7 @@ static gpointer mailslot_recv_thread(gpointer data) {
if (arrayList) {
guint arrayLength = g_list_length(arrayList);
- int i = 0;
+ guint i = 0;
GList *li;
args->uris = g_new0(gchar*, arrayLength+1);