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

    r222 r238  
    162162{
    163163    if (!G_hmtxTimers)
    164         return (!DosCreateMutexSem(NULL,
    165                                    &G_hmtxTimers,
    166                                    0,
    167                                    TRUE));      // request!
    168     else
    169         return !DosRequestMutexSem(G_hmtxTimers, SEM_INDEFINITE_WAIT);
     164        return !DosCreateMutexSem(NULL,
     165                                  &G_hmtxTimers,
     166                                  0,
     167                                  TRUE);      // request!
     168
     169    return !DosRequestMutexSem(G_hmtxTimers, SEM_INDEFINITE_WAIT);
    170170}
    171171
     
    207207               )
    208208            {
    209                 return (pTimer);
     209                return pTimer;
    210210            }
    211211
     
    394394    }
    395395
    396     return (pSet);
     396    return pSet;
    397397}
    398398
     
    733733    }
    734734
    735     return (usrc);
     735    return usrc;
    736736}
    737737
Note: See TracChangeset for help on using the changeset viewer.