Skip to content

Commit

Permalink
GLK: FROTZ: Fix confusing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Mar 1, 2019
1 parent 4e1963d commit 22f12e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/glk/frotz/processor_streams.cpp
Expand Up @@ -189,8 +189,8 @@ zchar Processor::stream_read_input(int max, zchar *buf, zword timeout, zword rou

// 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)
Expand Down

0 comments on commit 22f12e5

Please sign in to comment.