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/dosh2.c

    r167 r169  
    378378               pcszSource,
    379379               ulLength + 1);
    380         return (NO_ERROR);
     380        return NO_ERROR;
    381381    }
    382382
     
    990990                    *pusDisk = usDisk;
    991991                // stop scanning
    992                 return (NO_ERROR);
     992                return NO_ERROR;
    993993            }
    994994        }
     
    11741174    }
    11751175
    1176     return (NO_ERROR);
     1176    return NO_ERROR;
    11771177}
    11781178
     
    12211221    }
    12221222
    1223     return (NO_ERROR);
     1223    return NO_ERROR;
    12241224}
    12251225
     
    14571457    }
    14581458
    1459     return (NO_ERROR);
     1459    return NO_ERROR;
    14601460}
    14611461
Note: See TracChangeset for help on using the changeset viewer.