summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/GuestCtrlImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-client/GuestCtrlImpl.cpp')
-rw-r--r--src/VBox/Main/src-client/GuestCtrlImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Main/src-client/GuestCtrlImpl.cpp b/src/VBox/Main/src-client/GuestCtrlImpl.cpp
index 3ab4d8884..10c9ee96d 100644
--- a/src/VBox/Main/src-client/GuestCtrlImpl.cpp
+++ b/src/VBox/Main/src-client/GuestCtrlImpl.cpp
@@ -1,4 +1,4 @@
-/* $Id: GuestCtrlImpl.cpp 38439 2011-08-12 15:29:32Z vboxsync $ */
+/* $Id: GuestCtrlImpl.cpp $ */
/** @file
* VirtualBox COM class implementation: Guest
*/
@@ -1455,7 +1455,7 @@ HRESULT Guest::executeProcessInternal(IN_BSTR aCommand, ULONG aFlags,
if (FAILED(autoCaller.rc())) return autoCaller.rc();
/* Validate flags. */
- if (aFlags != ExecuteProcessFlag_None)
+ if (aFlags != ExecuteProcessFlag_None)
{
if ( !(aFlags & ExecuteProcessFlag_IgnoreOrphanedProcesses)
&& !(aFlags & ExecuteProcessFlag_WaitForProcessStartOnly)