Ticket #30342: patch-ARB-count.c.diff

File patch-ARB-count.c.diff, 528 bytes (added by matt.cottrell@…, 13 years ago)
  • GDE/SUPPORT/count.c

    old new  
    255255        }
    256256        if(special)
    257257                (*num) = *denom - (int)fnum;
    258         return;
     258        return 0;
    259259}
    260260
    261261
     
    317317                        aval[i] = c;
    318318                aval[i] = '\0';
    319319        }
    320         return;
     320        return 0;
    321321}
    322322
    323323SetPart()
     
    369369                partg[j] = (float)g / (float)tot;
    370370                partu[j] = (float)u / (float)tot;
    371371        }
    372         return;
     372        return 0;
    373373}
    374374
    375375
     
    394394                printf("\n");
    395395                jj++;
    396396        }
    397         return;
     397        return 0;
    398398}
    399399
    400400