Changeset 10178 for trunk/src


Ignore:
Timestamp:
Jul 17, 2003, 10:03:33 AM (22 years ago)
Author:
sandervl
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/initgdi32.cpp

    r10167 r10178  
    1 /* $Id: initgdi32.cpp,v 1.14 2003-07-16 10:46:18 sandervl Exp $
     1/* $Id: initgdi32.cpp,v 1.15 2003-07-17 08:03:33 sandervl Exp $
    22 *
    33 * DLL entry point
     
    109109         else {
    110110             pRGB555to565 = RGB555to565;
    111              pRGB555to565 = RGB565to555;
     111             pRGB565to555 = RGB565to555;
    112112         }
    113113         dllHandle = RegisterLxDll(hModule, GdiLibMain, (PVOID)&gdi32_PEResTab,
Note: See TracChangeset for help on using the changeset viewer.