fix javadoc header
[fanfix.git] / src / jexer / TTerminalWindow.java
index bb91a6317453f665a08119b8a83f0564fd9e7fa3..b3f83919d7ebb6e6483dac8893a4c0ac0b83545c 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Jexer - Java Text User Interface
  *
  * License: LGPLv3 or later
@@ -285,7 +285,7 @@ public class TTerminalWindow extends TWindow {
                     int rc = shell.exitValue();
                     // The emulator exited on its own, all is fine
                     setTitle(String.format("%s [Completed - %d]",
-                            getTitle(), shell.exitValue()));
+                            getTitle(), rc));
                     shell = null;
                     emulator.close();
                 } catch (IllegalThreadStateException e) {