Ignore:
Timestamp:
Nov 29, 2001, 2:38:51 PM (24 years ago)
Author:
sandervl
Message:

disk fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmnpipe.cpp

    r7474 r7489  
    1 /* $Id: hmnpipe.cpp,v 1.5 2001-11-28 23:33:37 phaller Exp $ */
     1/* $Id: hmnpipe.cpp,v 1.6 2001-11-29 13:38:51 sandervl Exp $ */
    22/*
    33 * Project Odin Software License can be found in LICENSE.TXT
     
    140140                                               pHMHandleData->dwCreation,
    141141                                               pHMHandleData->dwFlags);
    142   if(pHMHandleData->hHMHandle == -1)
    143   {
    144     return GetLastError();
    145   }
    146   return ERROR_SUCCESS;
     142   if(pHMHandleData->hHMHandle == -1) {
     143      return GetLastError();
     144   }
     145   return ERROR_SUCCESS;
    147146}
    148147
Note: See TracChangeset for help on using the changeset viewer.