diff options
author | Torbjörn Andersson | 2019-02-28 20:23:34 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2019-03-01 17:19:30 +0100 |
commit | 22f12e5ffb91583a0955d0e8a637aff1089459d2 (patch) | |
tree | 125583166ad144b61cbeac8c17ff452e39ce5c28 /engines/glk | |
parent | 4e1963d84ab096232280abde890757acd97088d0 (diff) | |
download | scummvm-rg350-22f12e5ffb91583a0955d0e8a637aff1089459d2.tar.gz scummvm-rg350-22f12e5ffb91583a0955d0e8a637aff1089459d2.tar.bz2 scummvm-rg350-22f12e5ffb91583a0955d0e8a637aff1089459d2.zip |
GLK: FROTZ: Fix confusing indentation
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/frotz/processor_streams.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/processor_streams.cpp b/engines/glk/frotz/processor_streams.cpp index aedec2f6cf..68099985f2 100644 --- a/engines/glk/frotz/processor_streams.cpp +++ b/engines/glk/frotz/processor_streams.cpp @@ -189,8 +189,8 @@ continue_input: // Handle timeouts if (key == ZC_TIME_OUT) - if (direct_call(routine) == 0) - goto continue_input; + if (direct_call(routine) == 0) + goto continue_input; // Copy input line to transscript file or to the screen if (ostream_script && enable_scripting && !no_scripting) |