aboutsummaryrefslogtreecommitdiff
path: root/image/pict.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'image/pict.cpp')
-rw-r--r--image/pict.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/pict.cpp b/image/pict.cpp
index a82bba034e..e7a65b80e5 100644
--- a/image/pict.cpp
+++ b/image/pict.cpp
@@ -421,6 +421,8 @@ void PICTDecoder::unpackBitsRect(Common::SeekableReadStream &stream, bool withPa
}
}
break;
+ default:
+ break;
}
delete[] buffer;