diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/iff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/parallaction/iff.cpp b/engines/parallaction/iff.cpp index 85827005ce..6812fc567e 100644 --- a/engines/parallaction/iff.cpp +++ b/engines/parallaction/iff.cpp @@ -257,5 +257,4 @@ void ILBMDecoder::planarToChunky(byte *out, uint32 width, byte *in, uint32 plane } -} // end of namespace Kyra - +} // End of namespace Parallaction |