Index: /trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
===================================================================
--- /trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp	(revision 61853)
+++ /trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp	(revision 61854)
@@ -3699,5 +3699,5 @@
 
     /* Pad with spaces to match the level. */
-    for (uint32_t i = 0; i < iLvl; i++);
+    for (uint32_t i = 0; i < iLvl; i++)
         DBGCCmdHlpPrintf(pCmdHlp, "    ");
 
@@ -3812,5 +3812,5 @@
 
     /* Pad with spaces to match the level. */
-    for (uint32_t i = 0; i < iLvl; i++);
+    for (uint32_t i = 0; i < iLvl; i++)
         DBGCCmdHlpPrintf(pCmdHlp, "    ");
 
