VirtualBox

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


Ignore:
Timestamp:
Mar 26, 2009 2:43:40 PM (16 years ago)
Author:
vboxsync
Message:

space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp

    r18110 r18318  
    55
    66/*
    7  * Copyright (C) 2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2007-2009 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7070        GetState.iNext = (iInc) + iPrev; \
    7171    } while (0)
    72 
    7372
    7473
     
    134133    int argc2 = (int)RT_ELEMENTS(argv2) - 1;
    135134
    136     CHECK(RT_SUCCESS(RTGetOptInit(&GetState, argc2, (char**)argv2, &s_aOpts2[0], RT_ELEMENTS(s_aOpts2), 0, 0 /* fFlags */)));
     135    CHECK(RT_SUCCESS(RTGetOptInit(&GetState, argc2, (char **)argv2, &s_aOpts2[0], RT_ELEMENTS(s_aOpts2), 0, 0 /* fFlags */)));
    137136
    138137    CHECK_GETOPT(RTGetOpt(&GetState, &Val), 's', 2);
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