Changeset 532


Ignore:
Timestamp:
Nov 4, 2006, 10:07:04 PM (19 years ago)
Author:
root
Message:

Reformat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notify.c

    r377 r532  
    480480
    481481
    482 VOID NoteThread (VOID *args)
     482static VOID NoteThread(VOID *args)
    483483{
    484484  HAB    hab2;
     
    567567{
    568568  if(hwndNotify)
    569     if(!PostMsg(hwndNotify,
    570                 WM_CLOSE,
    571                 MPVOID,
    572                 MPVOID))
    573       WinSendMsg(hwndNotify,
    574                  WM_CLOSE,
    575                  MPVOID,
    576                  MPVOID);
     569    if (!PostMsg(hwndNotify,WM_CLOSE,MPVOID,MPVOID))
     570      WinSendMsg(hwndNotify,WM_CLOSE,MPVOID,MPVOID);
    577571}
    578572
Note: See TracChangeset for help on using the changeset viewer.