Skip to content
Snippets Groups Projects
Commit c88114dc authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

warnings fixed

Rev: src/modules/Image/encodings/gif_lzw.c:1.4
parent 64b84673
No related branches found
No related tags found
No related merge requests found
/*
**! module Image
**! note
**! $Id: gif_lzw.c,v 1.3 1997/11/02 03:44:50 mirar Exp $
**! $Id: gif_lzw.c,v 1.4 1997/11/05 03:42:50 mirar Exp $
*/
#include "global.h"
......@@ -110,7 +110,7 @@ static INLINE void lzw_add(struct gif_lzw *lzw,int c)
void image_gif_lzw_init(struct gif_lzw *lzw,int bits)
{
int i;
unsigned long i;
lzw->broken=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment