summaryrefslogtreecommitdiff
path: root/tools/dbus-print-message.c
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-06-07 15:46:33 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2010-06-07 15:46:33 +0200
commitcd815c347a279f324e5025fcda71a16ad9b08c7d (patch)
treed924d033cc1dcd3a37e7d3e1bf79fe93640bead2 /tools/dbus-print-message.c
parent8891d51be1a8f469b479e32d9337c59fa467d181 (diff)
Fixed compiler warnings.
Diffstat (limited to 'tools/dbus-print-message.c')
-rw-r--r--tools/dbus-print-message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-print-message.c b/tools/dbus-print-message.c
index 0b8ca267..75d00aca 100644
--- a/tools/dbus-print-message.c
+++ b/tools/dbus-print-message.c
@@ -56,7 +56,7 @@ indent (int depth)
static void
print_hex (unsigned char *bytes, unsigned int len, int depth)
{
- int i, columns;
+ unsigned int i, columns;
printf ("array of bytes [\n");