Changeset 112 for trunk/src

Show
Ignore:
Timestamp:
06/17/09 16:57:47 (14 years ago)
Author:
andreu
Message:

syntax error

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dataFlowSet.c

    r111 r112  
    12351235      paddingCounter++; 
    12361236#ifdef DEBUG 
    1237       fprintf(stderr,", pC: %d ", paddingCounter); 
     1237        fprintf(stderr,", pC: %d ", paddingCounter); 
     1238#endif 
    12381239      if ( paddingCounter > 8 ) { 
    12391240        syslog(LOG_INFO,"padding too high: %d ", paddingCounter); 
     1241#ifdef DEBUG 
    12401242        fprintf(stderr,", pC: %d <--| ", paddingCounter); 
     1243#endif 
    12411244        return (-1); 
    1242 #endif 
    12431245      } 
    1244       return (-1); 
    12451246    } 
    12461247    while ( (*myPtrs->offsetV9Ptr)-48-shift > data_length ) {  
     
    12501251#ifdef DEBUG 
    12511252    if (crazyCounter != 0){ fprintf(stderr," crazyCounter: %d ", crazyCounter); } 
     1253#endif 
    12521254    if (crazyCounter!=0) { syslog(LOG_INFO,"crazyCounter: %d ", crazyCounter);} 
     1255       
     1256#ifdef DEBUG 
    12531257    fprintf(stderr,"(%hu,%hu)}", data_length, data_length+shift); 
    12541258#endif