VirtualBox

Changeset 55828 in vbox


Ignore:
Timestamp:
May 12, 2015 1:50:14 PM (9 years ago)
Author:
vboxsync
Message:

typos

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchHda.cpp

    r55404 r55828  
    11641164            {
    11651165                const char *prefix;
    1166                 if ((i + j) == HDA_REG(pThis, CORBRP);
     1166                if ((i + j) == HDA_REG(pThis, CORBRP));
    11671167                    prefix = "[R]";
    1168                 else if ((i + j) == HDA_REG(pThis, CORBWP);
     1168                else if ((i + j) == HDA_REG(pThis, CORBWP));
    11691169                    prefix = "[W]";
    11701170                else
  • trunk/src/VBox/Storage/testcase/vbox-img.cpp

    r51306 r55828  
    13041304                            RTVfsFileRelease(hVfsFile);
    13051305                        }
    1306                         else if RT_FAILURE(rc)
     1306                        else if (RT_FAILURE(rc))
    13071307                            break;
    13081308                        else
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