From 8821d735a6efbff30990a83ee823ff9d1245495d Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 3 Jul 2014 00:10:53 -0400 Subject: [PATCH] VBOX: Fix another typo. --- samples/vboxwrapper/vbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index e5b18079e7..7f3b45e189 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -2651,7 +2651,7 @@ int VBOX_VM::launch_vboxvm() { if (ulExitCode != STILL_ACTIVE) { sanitize_output(output); - vboxwrapper_msg_prefix(buf, sizeof(buf)), + vboxwrapper_msg_prefix(buf, sizeof(buf)); fprintf( stderr, "%s Status Report: Virtualbox.exe/Vboxheadless.exe exited prematurely!.\n"