git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@171 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 16e7b1ad64
commit d3024c94ac
  1. 2
      jode/jode/flow/SpecialBlock.java

@ -57,7 +57,7 @@ public class SpecialBlock extends StructuredBlock {
+ ((depth == 0) ? "" : "_X"+depth));
}
public boolean doTransformation() {
public boolean doTransformations() {
return type == SWAP
&& RemoveEmpty.removeSwap(this, flowBlock.lastModified);
}

Loading…
Cancel
Save