monitor fixes (Johannes Schindelin)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1109 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/monitor.c b/monitor.c
index c39f3b2..27e2619 100644
--- a/monitor.c
+++ b/monitor.c
@@ -223,6 +223,7 @@
         if (!str)
             break;
 	term_printf("%d: '%s'\n", i, str);
+        i++;
     }
 }