aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/eventcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/eventcnv.c b/mps/code/eventcnv.c
index a524fd56445..c0de6c34497 100644
--- a/mps/code/eventcnv.c
+++ b/mps/code/eventcnv.c
@@ -413,7 +413,7 @@ static void readLog(EventProc proc)
413 413
414 while (TRUE) { /* loop for each event */ 414 while (TRUE) { /* loop for each event */
415 char *eventFormat; 415 char *eventFormat;
416 int argCount, i; 416 size_t argCount, i;
417 Event event; 417 Event event;
418 EventCode code; 418 EventCode code;
419 Res res; 419 Res res;