Ignore:
Timestamp:
Jun 5, 2002, 12:24:01 PM (23 years ago)
Author:
umoeller
Message:

Removed animouseptr, some more fixes.

File:
1 edited

Legend:

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

    r167 r169  
    459459        return (pvrc);
    460460
    461     return (NULL);
     461    return NULL;
    462462}
    463463
     
    485485        return (pvrc);
    486486
    487     return (NULL);
     487    return NULL;
    488488}
    489489
     
    31193119                    // cool, we're done
    31203120                    strcpy(pszTempFileName, szFullTryThis);
    3121                     return (NO_ERROR);
     3121                    return NO_ERROR;
    31223122                }
    31233123
Note: See TracChangeset for help on using the changeset viewer.