Ignore:
Timestamp:
Aug 31, 1999, 9:24:03 PM (26 years ago)
Author:
phaller
Message:

Fix: typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/time.cpp

    r757 r762  
    1 /* $Id: time.cpp,v 1.2 1999-08-31 15:39:21 phaller Exp $ */
     1/* $Id: time.cpp,v 1.3 1999-08-31 19:24:03 phaller Exp $ */
    22
    33/*
     
    172172   else
    173173     if ((wResolution < OS2TIMER_RESOLUTION_MINIMUM) ||
    174          (wResolution > OS2TIMER_RESOLUTION_MINIMUM))
     174         (wResolution > OS2TIMER_RESOLUTION_MAXIMUM))
    175175      return NULL;
    176176
Note: See TracChangeset for help on using the changeset viewer.