Changeset 11440


Ignore:
Timestamp:
Sep 6, 1999, 12:10:26 AM (26 years ago)
Author:
bird
Message:

Typo EXPORT > EXPORTS in output file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/tools/impdef/ImpDef.cpp

    r11423 r11440  
    1 /* $Id: ImpDef.cpp,v 1.1 1999-09-05 02:25:47 bird Exp $ */
     1/* $Id: ImpDef.cpp,v 1.2 1999-09-05 22:10:26 bird Exp $ */
    22/*
    33 * ImpDef - Create export file which use internal names and ordinals.
     
    180180                if (DefFile.findFirstExport(&export))
    181181                {
    182                     fputs("EXPORT\n", phOutput);
     182                    fputs("EXPORTS\n", phOutput);
    183183                    do
    184184                    {
Note: See TracChangeset for help on using the changeset viewer.