VirtualBox

Changeset 5838 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 26, 2007 5:15:01 PM (17 years ago)
Author:
vboxsync
Message:

Added missing parentheseis (to avoid stuff like '1 VERR_GETOPT_INVALID_ARGUMENT_FORMAT' to be valid code.

File:
1 edited

Legend:

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

    r5760 r5838  
    418418#define VWRN_TRAILING_SPACES                77
    419419/** RTGetOpt: command line option not recognized. */
    420 #define VERR_GETOPT_UNKNOWN_OPTION          -78
     420#define VERR_GETOPT_UNKNOWN_OPTION          (-78)
    421421/** RTGetOpt: command line option needs argument. */
    422 #define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING  -79
     422#define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING  (-79)
    423423/** RTGetOpt: command line option has argument with bad format. */
    424 #define VERR_GETOPT_INVALID_ARGUMENT_FORMAT -80
     424#define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-80)
    425425
    426426/** @} */
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