diff options
author | Pixel <Pixel> | 2002-06-23 15:47:03 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-23 15:47:03 +0000 |
commit | ab0afb77b2a0bb9d5dd3eb27ea98c6f9f4e938c2 (patch) | |
tree | ee8f98b59c54cdfe1a7cc58094023993f1f1dc35 /psxdev/bs.c | |
parent | b3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d (diff) |
fixed u_* types for Windows.
Diffstat (limited to 'psxdev/bs.c')
-rw-r--r-- | psxdev/bs.c | 2 |
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) { |