summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/Printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Printer.c b/rts/Printer.c
index 28cdd0d4ab..7364edd37f 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -1157,7 +1157,7 @@ void prettyPrintClosure_ (StgClosure *obj)
case CONSTR_STATIC:
case CONSTR_NOCAF_STATIC:
{
- int i;
+ nat i;
char *descriptor;
/* find the con_info for the constructor */