summaryrefslogtreecommitdiff
path: root/psxdev/bs.c
diff options
context:
space:
mode:
Diffstat (limited to 'psxdev/bs.c')
-rw-r--r--psxdev/bs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psxdev/bs.c b/psxdev/bs.c
index 5823430..a79a877 100644
--- a/psxdev/bs.c
+++ b/psxdev/bs.c
@@ -264,7 +264,7 @@ static void blk2huff (bs_context_t *ctxt,BLOCK *blk,int q_scale)
}
}
-u_char bs_roundtbl[256*3];
+Uint8 bs_roundtbl[256*3];
void bs_init (void)
{