Changeset 1313:2bebd938548f
- 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
| r1299 |
r1313 |
|
| 364 | 364 | ////////////////////////////////////////////////////////////////////////////// |
|---|
| 365 | 365 | |
|---|
| 366 | | int runExectuable() |
|---|
| | 366 | int runExecutable() |
|---|
| 367 | 367 | { |
|---|
| 368 | 368 | assert(!gExePath.isEmpty()); |
|---|
| r986 |
r1313 |
|
| 42 | 42 | * @return the return status of the executable. |
|---|
| 43 | 43 | */ |
|---|
| 44 | | int runExectuable(); |
|---|
| | 44 | int runExecutable(); |
|---|
| 45 | 45 | |
|---|
| 46 | 46 | #endif // LDC_GEN_LINKER_H |
|---|
| r1260 |
r1313 |
|
| 909 | 909 | if (!status) |
|---|
| 910 | 910 | { |
|---|
| 911 | | status = runExectuable(); |
|---|
| | 911 | status = runExecutable(); |
|---|
| 912 | 912 | |
|---|
| 913 | 913 | /* Delete .obj files and .exe file |
|---|