aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_streams.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-18 21:55:07 -0800
committerPaul Gilbert2018-12-18 21:55:07 -0800
commit94509bbf916dcc67704789a1ce5e833dc34d5250 (patch)
tree5eb0dba17a3050726fc37b7f56d14df55a0202a8 /engines/glk/frotz/processor_streams.cpp
parent9eda47aaa82fe39d6265dc01a6d580450a2c25aa (diff)
downloadscummvm-rg350-94509bbf916dcc67704789a1ce5e833dc34d5250.tar.gz
scummvm-rg350-94509bbf916dcc67704789a1ce5e833dc34d5250.tar.bz2
scummvm-rg350-94509bbf916dcc67704789a1ce5e833dc34d5250.zip
GLK: FROTZ: Janitorial fixes
Diffstat (limited to 'engines/glk/frotz/processor_streams.cpp')
-rw-r--r--engines/glk/frotz/processor_streams.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/frotz/processor_streams.cpp b/engines/glk/frotz/processor_streams.cpp
index 84872f11e4..187220bff6 100644
--- a/engines/glk/frotz/processor_streams.cpp
+++ b/engines/glk/frotz/processor_streams.cpp
@@ -565,9 +565,9 @@ void Processor::z_save() {
}
if (h_version <= V3)
- branch (success);
+ branch(success);
else
- store (success);
+ store(success);
}
void Processor::z_restore() {
@@ -593,7 +593,7 @@ void Processor::z_restore() {
if (h_version <= V3)
branch(result);
else
- store (result);
+ store(result);
}
void Processor::z_verify() {