aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-10-09 17:32:58 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-10-09 17:32:58 +0000
commit8e3a9fd28059821f819295fe9178435990141924 (patch)
treeb8221894d10d2f398990f58e18f029bdceedad55 /monitor.c
parentd75d9f6be958f0245ed7794bbd2a31eaffae40da (diff)
monitor fixes (Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1109 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index c39f3b2391..27e2619d1c 100644
--- a/monitor.c
+++ b/monitor.c
@@ -223,6 +223,7 @@ static void do_info_history (void)
if (!str)
break;
term_printf("%d: '%s'\n", i, str);
+ i++;
}
}