summaryrefslogtreecommitdiffstats
path: root/src/Compiler/ExecuteC.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Compiler/ExecuteC.java')
-rw-r--r--src/Compiler/ExecuteC.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compiler/ExecuteC.java b/src/Compiler/ExecuteC.java
index dd26e3c..fbc7ade 100644
--- a/src/Compiler/ExecuteC.java
+++ b/src/Compiler/ExecuteC.java
@@ -40,7 +40,7 @@ public class ExecuteC {
System.out.println(output);
}
} else {
- Language.displayError("Runtime Error");
+ Language.displayError(0, "Runtime Error");
}
if (!leaveCFile) {
cProgram.delete();