Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 1313:2bebd938548f

Show
Ignore:
Timestamp:
05/07/09 09:33:06 (3 years ago)
Author:
Frits van Bommel <fvbommel wxs.nl>
branch:
default
Message:

Fix typo in function name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gen/linker.cpp

    r1299 r1313  
    364364////////////////////////////////////////////////////////////////////////////// 
    365365 
    366 int runExectuable() 
     366int runExecutable() 
    367367{ 
    368368    assert(!gExePath.isEmpty()); 
  • gen/linker.h

    r986 r1313  
    4242 * @return the return status of the executable. 
    4343 */ 
    44 int runExectuable(); 
     44int runExecutable(); 
    4545 
    4646#endif // LDC_GEN_LINKER_H 
  • gen/main.cpp

    r1260 r1313  
    909909            if (!status) 
    910910            { 
    911                 status = runExectuable(); 
     911                status = runExecutable(); 
    912912 
    913913                /* Delete .obj files and .exe file 
Copyright © 2008, LDC Development Team.