VirtualBox

Changeset 5708 in vbox for trunk/include


Ignore:
Timestamp:
Nov 12, 2007 2:55:24 PM (17 years ago)
Author:
vboxsync
Message:

Trailing spaces/characters - for str2num stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r4822 r5708  
    409409/** Failed to map a memory object. */
    410410#define VERR_MAP_FAILED                     (-75)
     411/** Trailing characters. */
     412#define VERR_TRAILING_CHARS                 (-76)
     413/** Trailing spaces. */
     414#define VERR_TRAILING_SPACES                (-77)
     415/** Trailing spaces. */
     416#define VINF_TRAILING_SPACES                77
    411417/** @} */
    412418
     
    827833/** @} */
    828834
    829 /** @name Environment Status Code 
     835/** @name Environment Status Code
    830836 * @{
    831837 */
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