IMSIPseudo.java: remove unneeded return in showMsg()

This commit is contained in:
Oliver Smith 2020-02-24 15:25:10 +01:00
parent 89d18bc61e
commit 6634a5d26b
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ public class IMSIPseudo extends Applet implements ToolkitInterface, ToolkitConst
ProactiveHandler proHdlr = ProactiveHandler.getTheHandler();
proHdlr.initDisplayText((byte)0, DCS_8_BIT_DATA, msg, (short)0, (short)(msg.length));
proHdlr.send();
return;
}
private void showError(short code) {