VirtualBox

Changeset 95095 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 25, 2022 12:18:24 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/RTTestIErrContext: typo.

File:
1 edited

Legend:

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

    r93115 r95095  
    182182
    183183
    184 RTR3DECL(int) RTTestErrContext(const char *pszFormat, ...)
    185 {
    186     va_list va;
    187     va_start(va, pszFormat);
    188     int rc = RTTestIErrContextV(pszFormat, va);
     184RTR3DECL(int) RTTestIErrContext(const char *pszFormat, ...)
     185{
     186    va_list va;
     187    va_start(va, pszFormat);
     188    int rc = RTTestErrContextV(NIL_RTTEST, pszFormat, va);
    189189    va_end(va);
    190190    return 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