Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/configs/parsebools.cfa

    r025f9c5 r0b6089f  
    5050}
    5151
    52 int true_main( const char * path, const char * env[] ) {
     52int true_main( const char * path, char * env[] ) {
    5353        printf( "no arg:\n" );
    5454        if ( pid_t child = strict_fork(); child == 0 ) {
Note: See TracChangeset for help on using the changeset viewer.