Changeset 327


Ignore:
Timestamp:
Aug 29, 2006, 2:28:15 AM (19 years ago)
Author:
pr
Message:

Fix warnings

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/acpih.c

    r325 r327  
    9494                DosFreeModule(hmodACPI);
    9595                hmodACPI = NULLHANDLE;
    96                 pAcpiStartApi = pAcpiEndApi = pAcpiGoToSleep = NULL;
     96                pAcpiStartApi = NULL;
     97                pAcpiEndApi = NULL;
     98                pAcpiGoToSleep = NULL;
    9799                return(arc);
    98100            }
  • trunk/src/helpers/acpih.c

    r323 r327  
    9494                DosFreeModule(hmodACPI);
    9595                hmodACPI = NULLHANDLE;
    96                 pAcpiStartApi = pAcpiEndApi = pAcpiGoToSleep = NULL;
     96                pAcpiStartApi = NULL;
     97                pAcpiEndApi = NULL;
     98                pAcpiGoToSleep = NULL;
    9799                return(arc);
    98100            }
Note: See TracChangeset for help on using the changeset viewer.