Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/pedump/pedump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pedump/pedump.c b/tools/pedump/pedump.c
index 52d204719dd..40e6abdff0e 100644
--- a/tools/pedump/pedump.c
+++ b/tools/pedump/pedump.c
@@ -150,7 +150,7 @@ dent (const char *label, MonoPEDirEntry de)
static void
dump_blob (const char *desc, const char* p, guint32 size)
{
- int i;
+ guint32 i;
printf ("%s", desc);
if (!p) {