VirtualBox

Changeset 46317 in vbox for trunk


Ignore:
Timestamp:
May 30, 2013 8:38:37 AM (12 years ago)
Author:
vboxsync
Message:

RTTest: fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/test.cpp

    r46298 r46317  
    280280             * an instance there.
    281281             */
    282             if ((fFlags & RTTEST_C_NO_TLS) && !RTTlsGet(g_iTestTls))
     282            if (   !(fFlags & RTTEST_C_NO_TLS)
     283                && !RTTlsGet(g_iTestTls))
    283284                rc = RTTlsSet(g_iTestTls, pTest);
    284285            if (RT_SUCCESS(rc))
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