aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source
diff options
context:
space:
mode:
authorBertrand Augereau2006-10-25 19:01:34 +0000
committerBertrand Augereau2006-10-25 19:01:34 +0000
commit6eb7be9e377ce745695227d17e6b343b842f2eb3 (patch)
tree22b9ffb36dadb07bce606ffe55e61936f750c9bb /backends/platform/ds/arm9/source
parent227157ccdc6c922d4265e05584352214ee9541e6 (diff)
downloadscummvm-rg350-6eb7be9e377ce745695227d17e6b343b842f2eb3.tar.gz
scummvm-rg350-6eb7be9e377ce745695227d17e6b343b842f2eb3.tar.bz2
scummvm-rg350-6eb7be9e377ce745695227d17e6b343b842f2eb3.zip
Compile fix
svn-id: r24503
Diffstat (limited to 'backends/platform/ds/arm9/source')
-rw-r--r--backends/platform/ds/arm9/source/blitters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/blitters.h b/backends/platform/ds/arm9/source/blitters.h
index 0d83524ca9..47cf143965 100644
--- a/backends/platform/ds/arm9/source/blitters.h
+++ b/backends/platform/ds/arm9/source/blitters.h
@@ -26,7 +26,7 @@ namespace DS {
void asmDrawStripToScreen(int height, int width, byte const* text, byte const* src, byte* dst,
int vsPitch, int vmScreenWidth, int textSurfacePitch);
void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height);
-void Rescale_320xPAL8Scanline_To_256x1555Scanline(u16* dest, const u8* src, const u16* palette)
+void Rescale_320xPAL8Scanline_To_256x1555Scanline(u16* dest, const u8* src, const u16* palette);
void Rescale_320x1555Scanline_To_256x1555Scanline(u16* dest, const u16* src);
}