fix TUI
[fanfix.git] / src / be / nikiroo / fanfix / reader / tui / TuiReaderApplication.java
index b6f31ff4e9b43b98e4fadf3bc655b66f02225fa4..2b02dd00060b067a0d44c3d4db9d9304e7577f60 100644 (file)
@@ -66,7 +66,7 @@ class TuiReaderApplication extends TApplication implements Reader {
                        TApplication.BackendType backend) throws Exception {
                super(backend);
                init(reader);
-
+               
                showMain();
                main.setMode(Mode.SOURCE, source);
        }