aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/glk/frotz/quetzal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/quetzal.cpp b/engines/glk/frotz/quetzal.cpp
index d727515890..11fc3f4a26 100644
--- a/engines/glk/frotz/quetzal.cpp
+++ b/engines/glk/frotz/quetzal.cpp
@@ -450,7 +450,7 @@ int Quetzal::restore(Common::SeekableReadStream *svf, Processor *proc) {
break;
}
- // Intentional fall-through on error
+ // fall through
case ID_UMem:
if (!(progress & GOT_MEMORY)) {
@@ -467,7 +467,7 @@ int Quetzal::restore(Common::SeekableReadStream *svf, Processor *proc) {
// Fall into default action (skip chunk) on errors
}
- // Intentional fall-through on error
+ // fall through
default:
svf->seek(currlen, SEEK_CUR); // Skip chunk