Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp	(revision 52010)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp	(revision 52011)
@@ -433,5 +433,5 @@
         CHECK_ERROR2_RET(a_pObj, COMGETTER(a_Prop)(&i64), hrcCheck); \
         if (details == VMINFO_MACHINEREADABLE) \
-            RTPrintf(a_szHuman "=%lld", i64); \
+            RTPrintf(a_szMachine "=%lld\n", i64); \
         else \
             RTPrintf("%-16s %'lld" a_szUnit "\n", a_szHuman ":", i64); \
