VirtualBox

Ignore:
Timestamp:
Apr 22, 2010 6:26:38 PM (15 years ago)
Author:
vboxsync
Message:

VBoxService: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp

    r28598 r28611  
    175175        RTListForEach(&g_GuestControlExecThreads, pNode, VBOXSERVICECTRLTHREAD, Node)
    176176        {
    177             if (   pNode->fStarted 
     177            if (   pNode->fStarted
    178178                && pNode->enmType == VBoxServiceCtrlThreadDataExec)
    179179            {
     
    198198                rc = VBoxServiceControlExecReadPipeBufferContent(&pData->stdOut, pBuf, cbRead, &cbRead);
    199199                if (RT_SUCCESS(rc))
    200                 {   
     200                {
    201201                    AssertPtr(pBuf);
    202202                    /* cbRead now contains actual size. */
     
    382382    /* pszOptions. */
    383383    "    --control-interval  Specifies the interval at which to check for\n"
    384     "                        new ocntrol commands. The default is 1000 ms.\n"
     384    "                        new control commands. The default is 1000 ms.\n"
    385385    ,
    386386    /* methods */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette