Ignore:
Timestamp:
Dec 24, 2002, 8:44:35 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/math.c

    r174 r238  
    6464    }
    6565
    66     return (a);
     66    return a;
    6767
    6868}
     
    225225    }
    226226
    227     return (rc);
     227    return rc;
    228228}
    229229
     
    310310    {
    311311        if (!rc)
    312             return (0);
     312            return 0;
    313313
    314314        rc++;
     
    318318    }
    319319
    320     return (rc);
     320    return rc;
    321321}
    322322
     
    353353    }
    354354
    355     return (d);
    356 }
    357 
    358 
     355    return d;
     356}
     357
     358
Note: See TracChangeset for help on using the changeset viewer.