mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
Fix typo in function name
This commit is contained in:
@@ -908,7 +908,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
if (!status)
|
||||
{
|
||||
status = runExectuable();
|
||||
status = runExecutable();
|
||||
|
||||
/* Delete .obj files and .exe file
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user