Changeset 13 in cheroxy for branches/b0_1_threading/src/CRXMutex.cpp


Ignore:
Timestamp:
10/23/12 13:48:28 (12 years ago)
Author:
cheese
Message:

#1 fix branch code typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/b0_1_threading/src/CRXMutex.cpp

    r8 r13  
    2222#ifdef _WIN32
    2323    if ((mMutex = ::CreateMutexA (NULL, FALSE, NULL)) == NULL)
    24         return GetLastError ();;
     24        return GetLastError ();
    2525    else
    2626        return 0;
Note: See TracChangeset for help on using the changeset viewer.