diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index e4b3942fb17fca7b839557cc08ec56f0a75b740c..a6137609093e38e466e951c42bc4351a29dd84d9 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -18,7 +18,7 @@ public class Fuzzer {
             /* We just print one instruction.
                Hint: you might want to make use of the instruction
                grammar which is effectively encoded in Instruction.java */
-            pw.println("MOV R1 0")
+            pw.println("MOV R1 0");
             for(int x=0;x<70000;x++){
                 pw.println("LDR R0 R1 " + x);
             }