style cleanup
This commit is contained in:
@@ -549,7 +549,7 @@ ImBuf *imb_loadtarga(unsigned char *mem, size_t mem_size, int flags)
|
||||
TARGA tga;
|
||||
struct ImBuf *ibuf;
|
||||
int col, count, size;
|
||||
unsigned int *rect, *cmap = NULL /*, mincol= 0*/, maxcol = 0;
|
||||
unsigned int *rect, *cmap = NULL /*, mincol = 0*/, maxcol = 0;
|
||||
uchar *cp = (uchar *) &col;
|
||||
|
||||
if (checktarga(&tga, mem) == 0) return(NULL);
|
||||
|
Reference in New Issue
Block a user