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

    r232 r238  
    10921092    if (!G_hmtxLCIDs)
    10931093        // first call: create
    1094         return (!DosCreateMutexSem(NULL,
    1095                                    &G_hmtxLCIDs,
    1096                                    0,
    1097                                    TRUE));     // request!
     1094        return !DosCreateMutexSem(NULL,
     1095                                  &G_hmtxLCIDs,
     1096                                  0,
     1097                                  TRUE);     // request!
    10981098
    10991099    // subsequent calls: request
Note: See TracChangeset for help on using the changeset viewer.