From 3c2268481d417eceb78fa1d8320d64678f7e3691 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 26 Feb 2003 16:57:45 +0000 Subject: [PATCH] *** empty log message *** --- IMG_lbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMG_lbm.c b/IMG_lbm.c index 820ed7a2..02d2fc82 100644 --- a/IMG_lbm.c +++ b/IMG_lbm.c @@ -83,7 +83,7 @@ SDL_Surface *IMG_LoadLBM_RW( SDL_RWops *src ) Uint32 size, bytesloaded, nbcolors; Uint32 i, j, bytesperline, nbplanes, plane, h; Uint32 remainingbytes; - int width; + Uint32 width; BMHD bmhd; char *error;