aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/image.cpp')
-rw-r--r--engines/saga/image.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/image.cpp b/engines/saga/image.cpp
index f03880a01e..40e0392d3b 100644
--- a/engines/saga/image.cpp
+++ b/engines/saga/image.cpp
@@ -293,7 +293,6 @@ int SagaEngine::decodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outb
break;
default:
return FAILURE;
- break;
}
}