Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/main/cmdline.c')
-rw-r--r--agent/tcf/main/cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/tcf/main/cmdline.c b/agent/tcf/main/cmdline.c
index 741dc0de..c04dfa30 100644
--- a/agent/tcf/main/cmdline.c
+++ b/agent/tcf/main/cmdline.c
@@ -200,7 +200,7 @@ static int cmd_peers(char * s) {
static int cmd_peerinfo(char * s) {
PeerServer * ps;
- int i;
+ unsigned i;
printf("Peer information: %s\n", s);
ps = peer_server_find(s);

Back to the top