summary refs log tree commit diff stats
path: root/src/common/dbus/dbus-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dbus/dbus-client.c')
-rw-r--r--src/common/dbus/dbus-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dbus/dbus-client.c b/src/common/dbus/dbus-client.c
index 8b40dd24..e70a49a9 100644
--- a/src/common/dbus/dbus-client.c
+++ b/src/common/dbus/dbus-client.c
@@ -67,7 +67,7 @@ hexchat_remote (void)
 	gboolean hexchat_running;
 	GError *error = NULL;
 	char *command = NULL;
-	int i;
+	guint i;
 
 	/* if there is nothing to do, return now. */
 	if (!arg_existing || !(arg_url || arg_urls || arg_command)) {