From 22f12e5ffb91583a0955d0e8a637aff1089459d2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 28 Feb 2019 20:23:34 +0100 Subject: GLK: FROTZ: Fix confusing indentation --- engines/glk/frotz/processor_streams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/glk') 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) -- cgit v1.2.3