Subversion Repositories DevTools

Rev

Rev 4192 | Rev 5659 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4192 Rev 5637
Line 220... Line 220...
220
 
220
 
221
    }
221
    }
222
 
222
 
223
    if (verbose)
223
    if (verbose)
224
        fprintf(stderr, "checkReg: Got: '%s', Expected: '%s'\n", szVersion, expected); 
224
        fprintf(stderr, "checkReg: Got: '%s', Expected: '%s'\n", szVersion, expected); 
225
    ErrorExit( "No Match");
225
    ExitProcess(1);
226
 
-
 
227
 }
226
 }
228
 
227
 
229
/*----------------------------------------------------------------------------
228
/*----------------------------------------------------------------------------
230
** FUNCTION           : ErrorExit
229
** FUNCTION           : ErrorExit
231
**
230
**