Ignore:
Timestamp:
Feb 7, 2006 7:01:58 PM (18 years ago)
Author:
bennylp
Message:

Fixed Makefile and warnings in cygwin/mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/scanner.c

    r123 r142  
    484484                                 unsigned N, pj_bool_t skip_ws) 
    485485{ 
    486     char *start = scanner->curptr; 
    487  
    488486    if (scanner->curptr + N > scanner->end) { 
    489487        pj_scan_syntax_err(scanner); 
Note: See TracChangeset for help on using the changeset viewer.