diff --git a/jode/jode/bytecode/SearchPath.java b/jode/jode/bytecode/SearchPath.java index ed0e0c5..430e665 100644 --- a/jode/jode/bytecode/SearchPath.java +++ b/jode/jode/bytecode/SearchPath.java @@ -136,7 +136,7 @@ public class SearchPath { zis.close(); } catch (IOException ex) { GlobalOptions.err.println("Remote zip file "+bases[nr] - +" is corrupted."); + +" is corrupted."); // disable entry bases[nr] = null; urlzips[nr] = null;