comparison gen/main.cpp @ 1313:2bebd938548f

Fix typo in function name
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 07 May 2009 15:33:06 +0200
parents 3d6a908a34e9
children b3674ad4026d
comparison
equal deleted inserted replaced
1312:c8b9406d84ca 1313:2bebd938548f
906 906
907 if (global.params.run) 907 if (global.params.run)
908 { 908 {
909 if (!status) 909 if (!status)
910 { 910 {
911 status = runExectuable(); 911 status = runExecutable();
912 912
913 /* Delete .obj files and .exe file 913 /* Delete .obj files and .exe file
914 */ 914 */
915 for (int i = 0; i < modules.dim; i++) 915 for (int i = 0; i < modules.dim; i++)
916 { 916 {