Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tmsgfile.c

    r196 r222  
    122122
    123123// globals
    124 static PCSZ     G_pcszStartMarker = "\n<--",
     124STATIC PCSZ     G_pcszStartMarker = "\n<--",
    125125                G_pcszEndMarker = "-->:";
    126126
     
    413413 */
    414414
    415 static VOID FreeInternalMem(PTMFMSGFILE pTmf)
     415STATIC VOID FreeInternalMem(PTMFMSGFILE pTmf)
    416416{
    417417    LONG   cItems;
Note: See TracChangeset for help on using the changeset viewer.