+ *
* super.<init>;
* return;
- *
+ *
* In this case the constructor will not be printed
* @param superClass
* @return
diff --git a/src/de/inetsoftware/jwebassembly/binary/InstructionOpcodes.java b/src/de/inetsoftware/jwebassembly/binary/InstructionOpcodes.java
index a8779888..fa6b3491 100644
--- a/src/de/inetsoftware/jwebassembly/binary/InstructionOpcodes.java
+++ b/src/de/inetsoftware/jwebassembly/binary/InstructionOpcodes.java
@@ -35,7 +35,7 @@ interface InstructionOpcodes {
/**
* If the value on the stack is true then the if block is executed.