Changeset 1650 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Nov 19, 2011, 10:21:47 PM (14 years ago)
Author:
Gregg Young
Message:

It helps if you actually save the file after you clean it up. See previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1572 r1650  
    31263126    if (apphead) {
    31273127      APPNOTIFY *info, *next;
     3128
    31283129      info = apphead;
    31293130      while (info) {
     
    31403141  } // switch
    31413142  if (dcd && dcd->oldproc){
    3142       return dcd->oldproc(hwnd, msg, mp1, mp2);
     3143    return dcd->oldproc(hwnd, msg, mp1, mp2);
    31433144  }
    31443145  else
    3145       return PFNWPCnr(hwnd, msg, mp1, mp2);
     3146    return PFNWPCnr(hwnd, msg, mp1, mp2);
    31463147}
    31473148
Note: See TracChangeset for help on using the changeset viewer.