VirtualBox

Changeset 10482 in vbox for trunk/src/VBox/Runtime/r3/linux


Ignore:
Timestamp:
Jul 10, 2008 7:58:41 PM (17 years ago)
Author:
vboxsync
Message:

cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/mp-linux.cpp

    r10481 r10482  
    6767    strcpy(szFilename, "/sys/");
    6868    size_t cch = RTStrPrintfV(&szFilename[cchPrefix], sizeof(szFilename) - cchPrefix, pszFormat, va);
    69     NOREF(cch);
    70     Assert(cch < sizeof(szFilename) - cchPrefix - 1);
     69    Assert(cch < sizeof(szFilename) - cchPrefix - 1); NOREF(cch);
    7170
    7271    struct stat st;
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