VirtualBox

Changeset 6088 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 15, 2007 5:40:25 PM (17 years ago)
Author:
vboxsync
Message:

Compilation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r6087 r6088  
    802802        EscapeCommFunction(pData->hDeviceFile, SETRTS);
    803803    else
    804         EscapeCommFunction(pData->hDeviceFIle, CLRRTS);
     804        EscapeCommFunction(pData->hDeviceFile, CLRRTS);
    805805
    806806    if (DataTerminalReady)
    807807        EscapeCommFunction(pData->hDeviceFile, SETDTR);
    808808    else
    809         EscapeCommFunction(pData->hDeviceFIle, CLRDTR);
     809        EscapeCommFunction(pData->hDeviceFile, CLRDTR);
    810810#endif
    811811
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